#AA8985

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

Shades of Thatch #AA8985

Tints of Thatch #AA8985

Color information

#AA8985 (or 0xAA8985) is unknown color: approx Thatch. HEX triplet: AA, 89 and 85. RGB value is (170,137,133). Sum of RGB (Red+Green+Blue) = 170+137+133=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8985 is #55767A. Grayscale: #929292. Windows color (decimal): -5600891 or 8751530. OLE color: 8751530.

HSL color Cylindrical-coordinate representation of color #AA8985: hue angle of 6.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8985 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170137133-
CMYK00.190.220.33
HSL6.49º17.87%59.41%-
HSV(B)6.49º21.76%66.67%-
XYZ29.7628.1326.05-
YUV146.41120.43144.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=38.64%
G=31.14%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013713300.190.220.336.4917.8759.41
HexAA898501316216123b
Octal252211205023264162273
Binary1010101010001001100001010100111011010000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8985; }

 p { color: rgb(170,137,133); }

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

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

 a { background-color: rgb(170,137,133); }

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

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

 span { border-color: rgb(170,137,133); }

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