#AF7951

Color #AF7951 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AF7951

Tints of Muddy Waters #AF7951

Color information

#AF7951 (or 0xAF7951) is unknown color: approx Muddy Waters. HEX triplet: AF, 79 and 51. RGB value is (175,121,81). Sum of RGB (Red+Green+Blue) = 175+121+81=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7951 is #5086AE. Grayscale: #848484. Windows color (decimal): -5277359 or 5339567. OLE color: 5339567.

HSL color Cylindrical-coordinate representation of color #AF7951: hue angle of 25.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF7951 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17512181-
CMYK00.310.540.31
HSL25.53º37.01%50.2%-
HSV(B)25.53º53.71%68.63%-
XYZ2623.3810.93-
YUV132.5998.89158.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=46.42%
G=32.10%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751218100.310.540.3125.5337.0150.2
HexAF795101F361F1a2532
Octal2571711210376637324562
Binary10101111111100110100010111111101101111111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7951; }

 p { color: rgb(175,121,81); }

 H1.HeaderClassName
 {
   color: #AF7951;
 }
 .AnyTagClassName
 {
   color: #AF7951;
 }
</style>
background-color css

<style>
 a { background-color: #AF7951; }

 a { background-color: rgb(175,121,81); }

 div.DivClassName
 {
   background-color: #AF7951;
 }
 .BgClassName
 {
   background-color: #AF7951;
 }
</style>
border-color css

<style>
 span { border-color: #AF7951; }

 span { border-color: rgb(175,121,81); }

 td.TdClassName
 {
   border-color: #AF7951;
 }
 .TagClassName
 {
   border-color: #AF7951;
 }
</style>