#AA8154

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

Shades of Muddy Waters #AA8154

Tints of Muddy Waters #AA8154

Color information

#AA8154 (or 0xAA8154) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 54. RGB value is (170,129,84). Sum of RGB (Red+Green+Blue) = 170+129+84=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8154 is #557EAB. Grayscale: #888888. Windows color (decimal): -5602988 or 5538218. OLE color: 5538218.

HSL color Cylindrical-coordinate representation of color #AA8154: hue angle of 31.4º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8154 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17012984-
CMYK00.240.510.33
HSL31.4º33.86%49.8%-
HSV(B)31.4º50.59%66.67%-
XYZ26.0324.8911.82-
YUV136.1398.58152.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=44.39%
G=33.68%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701298400.240.510.3331.433.8649.8
HexAA815401833211f2232
Octal2522011240306341374262
Binary1010101010000001101010001100011001110000111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8154; }

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

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

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

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

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

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

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

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