#AA8A87

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

Shades of Thatch #AA8A87

Tints of Thatch #AA8A87

Color information

#AA8A87 (or 0xAA8A87) is unknown color: approx Thatch. HEX triplet: AA, 8A and 87. RGB value is (170,138,135). Sum of RGB (Red+Green+Blue) = 170+138+135=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A87 is #557578. Grayscale: #939393. Windows color (decimal): -5600633 or 8882858. OLE color: 8882858.

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

Color convert

RGB170138135-
CMYK00.190.210.33
HSL5.14º17.07%59.8%-
HSV(B)5.14º20.59%66.67%-
XYZ30.0428.4726.83-
YUV147.23121.1144.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=38.37%
G=31.15%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013813500.190.210.335.1417.0759.8
HexAA8A8701315215113c
Octal252212207023254152174
Binary1010101010001010100001110100111010110000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A87; }

 p { color: rgb(170,138,135); }

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

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

 a { background-color: rgb(170,138,135); }

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

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

 span { border-color: rgb(170,138,135); }

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