#AF8154

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

Shades of Muddy Waters #AF8154

Tints of Muddy Waters #AF8154

Color information

#AF8154 (or 0xAF8154) is unknown color: approx Muddy Waters. HEX triplet: AF, 81 and 54. RGB value is (175,129,84). Sum of RGB (Red+Green+Blue) = 175+129+84=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8154 is #507EAB. Grayscale: #898989. Windows color (decimal): -5275308 or 5538223. OLE color: 5538223.

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

Color convert

RGB17512984-
CMYK00.260.520.31
HSL29.67º36.25%50.78%-
HSV(B)29.67º52%68.63%-
XYZ27.1325.4511.87-
YUV137.6297.74154.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=45.10%
G=33.25%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751298400.260.520.3129.6736.2550.78
HexAF815401A341F1e2433
Octal2572011240326437364463
Binary101011111000000110101000110101101001111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8154; }

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

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

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

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

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

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

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

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