#AA9290

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

Shades of Thatch #AA9290

Tints of Thatch #AA9290

Color information

#AA9290 (or 0xAA9290) is unknown color: approx Thatch. HEX triplet: AA, 92 and 90. RGB value is (170,146,144). Sum of RGB (Red+Green+Blue) = 170+146+144=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9290 is #556D6F. Grayscale: #989898. Windows color (decimal): -5598576 or 9474730. OLE color: 9474730.

HSL color Cylindrical-coordinate representation of color #AA9290: hue angle of 4.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9290 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170146144-
CMYK00.140.150.33
HSL4.62º13.27%61.57%-
HSV(B)4.62º15.29%66.67%-
XYZ31.8931.1230.71-
YUV152.95122.95140.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=36.96%
G=31.74%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014614400.140.150.334.6213.2761.57
HexAA92900EF215d3e
Octal252222220016174151576
Binary1010101010010010100100000111011111000011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9290; }

 p { color: rgb(170,146,144); }

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

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

 a { background-color: rgb(170,146,144); }

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

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

 span { border-color: rgb(170,146,144); }

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