#AA8157

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

Shades of Muddy Waters #AA8157

Tints of Muddy Waters #AA8157

Color information

#AA8157 (or 0xAA8157) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 57. RGB value is (170,129,87). Sum of RGB (Red+Green+Blue) = 170+129+87=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8157 is #557EA8. Grayscale: #888888. Windows color (decimal): -5602985 or 5734826. OLE color: 5734826.

HSL color Cylindrical-coordinate representation of color #AA8157: hue angle of 30.36º 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 #AA8157 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17012987-
CMYK00.240.490.33
HSL30.36º32.81%50.39%-
HSV(B)30.36º48.82%66.67%-
XYZ26.1524.9312.45-
YUV136.47100.08151.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=44.04%
G=33.42%
B=22.54%

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
Decimal1701298700.240.490.3330.3632.8150.39
HexAA815701831211e2132
Octal2522011270306141364162
Binary1010101010000001101011101100011000110000111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8157; }

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

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

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

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

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

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

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

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