#AA8886

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

Shades of Thatch #AA8886

Tints of Thatch #AA8886

Color information

#AA8886 (or 0xAA8886) is unknown color: approx Thatch. HEX triplet: AA, 88 and 86. RGB value is (170,136,134). Sum of RGB (Red+Green+Blue) = 170+136+134=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8886 is #557779. Grayscale: #919191. Windows color (decimal): -5601146 or 8816810. OLE color: 8816810.

HSL color Cylindrical-coordinate representation of color #AA8886: hue angle of 3.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8886 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB170136134-
CMYK00.200.210.33
HSL3.33º17.48%59.61%-
HSV(B)3.33º21.18%66.67%-
XYZ29.6827.8826.37-
YUV145.94121.26145.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=38.64%
G=30.91%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013613400.200.210.333.3317.4859.61
HexAA888601415213113c
Octal252210206024254132174
Binary101010101000100010000110010100101011000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8886; }

 p { color: rgb(170,136,134); }

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

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

 a { background-color: rgb(170,136,134); }

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

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

 span { border-color: rgb(170,136,134); }

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