#AA9490

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

Shades of Thatch #AA9490

Tints of Thatch #AA9490

Color information

#AA9490 (or 0xAA9490) is unknown color: approx Thatch. HEX triplet: AA, 94 and 90. RGB value is (170,148,144). Sum of RGB (Red+Green+Blue) = 170+148+144=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9490 is #556B6F. Grayscale: #9A9A9A. Windows color (decimal): -5598064 or 9475242. OLE color: 9475242.

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

Color convert

RGB170148144-
CMYK00.130.150.33
HSL9.23º13.27%61.57%-
HSV(B)9.23º15.29%66.67%-
XYZ32.231.7430.81-
YUV154.12122.29139.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=36.80%
G=32.03%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014814400.130.150.339.2313.2761.57
HexAA94900DF219d3e
Octal2522242200151741111576
Binary10101010100101001001000001101111110000110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9490; }

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

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

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

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

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

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

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

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