#AA8156

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

Shades of Muddy Waters #AA8156

Tints of Muddy Waters #AA8156

Color information

#AA8156 (or 0xAA8156) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 56. RGB value is (170,129,86). Sum of RGB (Red+Green+Blue) = 170+129+86=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8156 is #557EA9. Grayscale: #888888. Windows color (decimal): -5602986 or 5669290. OLE color: 5669290.

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

Color convert

RGB17012986-
CMYK00.240.490.33
HSL30.71º33.07%50.2%-
HSV(B)30.71º49.41%66.67%-
XYZ26.1124.9212.24-
YUV136.3699.58152-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=44.16%
G=33.51%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701298600.240.490.3330.7133.0750.2
HexAA815601831211f2132
Octal2522011260306141374162
Binary1010101010000001101011001100011000110000111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8156; }

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

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

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

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

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

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

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

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