#AF8354

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

Shades of Muddy Waters #AF8354

Tints of Muddy Waters #AF8354

Color information

#AF8354 (or 0xAF8354) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 54. RGB value is (175,131,84). Sum of RGB (Red+Green+Blue) = 175+131+84=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8354 is #507CAB. Grayscale: #8B8B8B. Windows color (decimal): -5274796 or 5538735. OLE color: 5538735.

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

Color convert

RGB17513184-
CMYK00.250.520.31
HSL30.99º36.25%50.78%-
HSV(B)30.99º52%68.63%-
XYZ27.425.9911.96-
YUV138.897.08153.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=44.87%
G=33.59%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751318400.250.520.3130.9936.2550.78
HexAF8354019341F1f2433
Octal2572031240316437374463
Binary101011111000001110101000110011101001111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8354; }

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

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

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

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

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

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

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

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