#AA8D87

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

Shades of Thatch #AA8D87

Tints of Thatch #AA8D87

Color information

#AA8D87 (or 0xAA8D87) is unknown color: approx Thatch. HEX triplet: AA, 8D and 87. RGB value is (170,141,135). Sum of RGB (Red+Green+Blue) = 170+141+135=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D87 is #557278. Grayscale: #959595. Windows color (decimal): -5599865 or 8883626. OLE color: 8883626.

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

Color convert

RGB170141135-
CMYK00.170.210.33
HSL10.29º17.07%59.8%-
HSV(B)10.29º20.59%66.67%-
XYZ30.4829.3526.98-
YUV148.99120.11142.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=38.12%
G=31.61%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014113500.170.210.3310.2917.0759.8
HexAA8D870111521a113c
Octal2522152070212541122174
Binary10101010100011011000011101000110101100001101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D87; }

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

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

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

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

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

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

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

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