#AA9794

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

Shades of Thatch #AA9794

Tints of Thatch #AA9794

Color information

#AA9794 (or 0xAA9794) is unknown color: approx Thatch. HEX triplet: AA, 97 and 94. RGB value is (170,151,148). Sum of RGB (Red+Green+Blue) = 170+151+148=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9794 is #55686B. Grayscale: #9C9C9C. Windows color (decimal): -5597292 or 9738154. OLE color: 9738154.

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

Color convert

RGB170151148-
CMYK00.110.130.33
HSL8.18º11.46%62.35%-
HSV(B)8.18º12.94%66.67%-
XYZ32.9932.8232.61-
YUV156.34123.29137.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=36.25%
G=32.20%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015114800.110.130.338.1811.4662.35
HexAA97940BD218b3e
Octal2522272240131541101376
Binary10101010100101111001010001011110110000110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9794; }

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

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

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

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

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

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

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

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