#AA8255

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

Shades of Muddy Waters #AA8255

Tints of Muddy Waters #AA8255

Color information

#AA8255 (or 0xAA8255) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 55. RGB value is (170,130,85). Sum of RGB (Red+Green+Blue) = 170+130+85=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8255 is #557DAA. Grayscale: #898989. Windows color (decimal): -5602731 or 5604010. OLE color: 5604010.

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

Color convert

RGB17013085-
CMYK00.240.500.33
HSL31.76º33.33%50%-
HSV(B)31.76º50%66.67%-
XYZ26.225.1712.07-
YUV136.8398.75151.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=44.16%
G=33.77%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701308500.240.500.3331.7633.3350
HexAA82550183221202132
Octal2522021250306241404162
Binary10101010100000101010101011000110010100001100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8255; }

 p { color: rgb(170,130,85); }

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

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

 a { background-color: rgb(170,130,85); }

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

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

 span { border-color: rgb(170,130,85); }

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