#af8356

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

Shades of Muddy Waters #AF8356

Tints of Muddy Waters #AF8356

Color information

#AF8356 (or 0xAF8356) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 56. RGB value is (175,131,86). Sum of RGB (Red+Green+Blue) = 175+131+86=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8356 is #507CA9. Grayscale: #8B8B8B. Windows color (decimal): -5274794 or 5669807. OLE color: 5669807.

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

Color convert

RGB17513186-
CMYK00.250.510.31
HSL30.34º35.74%51.18%-
HSV(B)30.34º50.86%68.63%-
XYZ27.4826.0212.38-
YUV139.0398.08153.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=44.64%
G=33.42%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751318600.250.510.3130.3435.7451.18
HexAF8356019331F1e2433
Octal2572031260316337364463
Binary101011111000001110101100110011100111111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8356; }

 p { color: rgb(175,131,86); }

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

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

 a { background-color: rgb(175,131,86); }

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

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

 span { border-color: rgb(175,131,86); }

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