#AF824C

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

Shades of Muddy Waters #AF824C

Tints of Muddy Waters #AF824C

Color information

#AF824C (or 0xAF824C) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 4C. RGB value is (175,130,76). Sum of RGB (Red+Green+Blue) = 175+130+76=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF824C is #507DB3. Grayscale: #898989. Windows color (decimal): -5275060 or 5014191. OLE color: 5014191.

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

Color convert

RGB17513076-
CMYK00.260.570.31
HSL32.73º39.44%49.22%-
HSV(B)32.73º56.57%68.63%-
XYZ26.9725.610.36-
YUV137.393.41154.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=45.93%
G=34.12%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751307600.260.570.3132.7339.4449.22
HexAF824C01A391F212731
Octal2572021140327137414761
Binary1010111110000010100110001101011100111111100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF824C; }

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

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

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

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

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

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

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

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