#AF864C

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

Shades of Muddy Waters #AF864C

Tints of Muddy Waters #AF864C

Color information

#AF864C (or 0xAF864C) is unknown color: approx Muddy Waters. HEX triplet: AF, 86 and 4C. RGB value is (175,134,76). Sum of RGB (Red+Green+Blue) = 175+134+76=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF864C is #5079B3. Grayscale: #8B8B8B. Windows color (decimal): -5274036 or 5015215. OLE color: 5015215.

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

Color convert

RGB17513476-
CMYK00.230.570.31
HSL35.15º39.44%49.22%-
HSV(B)35.15º56.57%68.63%-
XYZ27.5126.6910.54-
YUV139.6592.08153.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=45.45%
G=34.81%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751347600.230.570.3135.1539.4449.22
HexAF864C017391F232731
Octal2572061140277137434761
Binary1010111110000110100110001011111100111111100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF864C; }

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

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

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

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

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

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

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

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