#AF8357

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

Shades of Muddy Waters #AF8357

Tints of Muddy Waters #AF8357

Color information

#AF8357 (or 0xAF8357) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 57. RGB value is (175,131,87). Sum of RGB (Red+Green+Blue) = 175+131+87=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8357 is #507CA8. Grayscale: #8B8B8B. Windows color (decimal): -5274793 or 5735343. OLE color: 5735343.

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

Color convert

RGB17513187-
CMYK00.250.500.31
HSL30º35.48%51.37%-
HSV(B)30º50.29%68.63%-
XYZ27.5226.0312.59-
YUV139.1498.58153.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=44.53%
G=33.33%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751318700.250.500.313035.4851.37
HexAF8357019321F1e2333
Octal2572031270316237364363
Binary101011111000001110101110110011100101111111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8357; }

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

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

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

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

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

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

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

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