#AA9795

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

Shades of Thatch #AA9795

Tints of Thatch #AA9795

Color information

#AA9795 (or 0xAA9795) is unknown color: approx Thatch. HEX triplet: AA, 97 and 95. RGB value is (170,151,149). Sum of RGB (Red+Green+Blue) = 170+151+149=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9795 is #55686A. Grayscale: #9C9C9C. Windows color (decimal): -5597291 or 9803690. OLE color: 9803690.

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

Color convert

RGB170151149-
CMYK00.110.120.33
HSL5.71º10.99%62.55%-
HSV(B)5.71º12.35%66.67%-
XYZ33.0732.8533.03-
YUV156.45123.79137.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=36.17%
G=32.13%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015114900.110.120.335.7110.9962.55
HexAA97950BC216b3f
Octal252227225013144161377
Binary1010101010010111100101010101111001000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9795; }

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

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

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

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

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

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

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

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