#AA9491

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

Shades of Thatch #AA9491

Tints of Thatch #AA9491

Color information

#AA9491 (or 0xAA9491) is unknown color: approx Thatch. HEX triplet: AA, 94 and 91. RGB value is (170,148,145). Sum of RGB (Red+Green+Blue) = 170+148+145=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9491 is #556B6E. Grayscale: #9A9A9A. Windows color (decimal): -5598063 or 9540778. OLE color: 9540778.

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

Color convert

RGB170148145-
CMYK00.130.150.33
HSL7.2º12.82%61.76%-
HSV(B)7.2º14.71%66.67%-
XYZ32.2831.7731.22-
YUV154.24122.79139.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=36.72%
G=31.97%
B=31.32%

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
Decimal17014814500.130.150.337.212.8261.76
HexAA94910DF217d3e
Octal252224221015174171576
Binary1010101010010100100100010110111111000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9491; }

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

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

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

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

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

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

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

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