#AA9995

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

Shades of Thatch #AA9995

Tints of Thatch #AA9995

Color information

#AA9995 (or 0xAA9995) is unknown color: approx Thatch. HEX triplet: AA, 99 and 95. RGB value is (170,153,149). Sum of RGB (Red+Green+Blue) = 170+153+149=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9995 is #55666A. Grayscale: #9D9D9D. Windows color (decimal): -5596779 or 9804202. OLE color: 9804202.

HSL color Cylindrical-coordinate representation of color #AA9995: hue angle of 11.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9995 is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170153149-
CMYK00.10.120.33
HSL11.43º10.99%62.55%-
HSV(B)11.43º12.35%66.67%-
XYZ33.3933.533.14-
YUV157.63123.13136.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=36.02%
G=32.42%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015314900.10.120.3311.4310.9962.55
HexAA99950AC21bb3f
Octal2522312250121441131377
Binary10101010100110011001010101010110010000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9995; }

 p { color: rgb(170,153,149); }

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

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

 a { background-color: rgb(170,153,149); }

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

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

 span { border-color: rgb(170,153,149); }

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