#AF824F

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

Shades of Muddy Waters #AF824F

Tints of Muddy Waters #AF824F

Color information

#AF824F (or 0xAF824F) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 4F. RGB value is (175,130,79). Sum of RGB (Red+Green+Blue) = 175+130+79=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF824F is #507DB0. Grayscale: #898989. Windows color (decimal): -5275057 or 5210799. OLE color: 5210799.

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

Color convert

RGB17513079-
CMYK00.260.550.31
HSL31.88º37.8%49.8%-
HSV(B)31.88º54.86%68.63%-
XYZ27.0725.6410.92-
YUV137.6494.91154.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=45.57%
G=33.85%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751307900.260.550.3131.8837.849.8
HexAF824F01A371F202632
Octal2572021170326737404662
Binary1010111110000010100111101101011011111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF824F; }

 p { color: rgb(175,130,79); }

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

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

 a { background-color: rgb(175,130,79); }

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

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

 span { border-color: rgb(175,130,79); }

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