#AF804C

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

Shades of Muddy Waters #AF804C

Tints of Muddy Waters #AF804C

Color information

#AF804C (or 0xAF804C) is unknown color: approx Muddy Waters. HEX triplet: AF, 80 and 4C. RGB value is (175,128,76). Sum of RGB (Red+Green+Blue) = 175+128+76=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF804C is #507FB3. Grayscale: #888888. Windows color (decimal): -5275572 or 5013679. OLE color: 5013679.

HSL color Cylindrical-coordinate representation of color #AF804C: hue angle of 31.52º 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 #AF804C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17512876-
CMYK00.270.570.31
HSL31.52º39.44%49.22%-
HSV(B)31.52º56.57%68.63%-
XYZ26.725.0710.27-
YUV136.1294.07155.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=46.17%
G=33.77%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751287600.270.570.3131.5239.4449.22
HexAF804C01B391F202731
Octal2572001140337137404761
Binary1010111110000000100110001101111100111111100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF804C; }

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

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

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

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

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

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

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

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