#AA8158

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

Shades of Muddy Waters #AA8158

Tints of Muddy Waters #AA8158

Color information

#AA8158 (or 0xAA8158) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 58. RGB value is (170,129,88). Sum of RGB (Red+Green+Blue) = 170+129+88=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8158 is #557EA7. Grayscale: #888888. Windows color (decimal): -5602984 or 5800362. OLE color: 5800362.

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

Color convert

RGB17012988-
CMYK00.240.480.33
HSL30º32.54%50.59%-
HSV(B)30º48.24%66.67%-
XYZ26.1924.9512.67-
YUV136.58100.58151.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=43.93%
G=33.33%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701298800.240.480.333032.5450.59
HexAA815801830211e2133
Octal2522011300306041364163
Binary1010101010000001101100001100011000010000111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8158; }

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

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

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

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

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

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

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

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