#AA9994

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

Shades of Thatch #AA9994

Tints of Thatch #AA9994

Color information

#AA9994 (or 0xAA9994) is unknown color: approx Thatch. HEX triplet: AA, 99 and 94. RGB value is (170,153,148). Sum of RGB (Red+Green+Blue) = 170+153+148=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9994 is #55666B. Grayscale: #9D9D9D. Windows color (decimal): -5596780 or 9738666. OLE color: 9738666.

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

Color convert

RGB170153148-
CMYK00.10.130.33
HSL13.64º11.46%62.35%-
HSV(B)13.64º12.94%66.67%-
XYZ33.3133.4732.72-
YUV157.51122.63136.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=36.09%
G=32.48%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015314800.10.130.3313.6411.4662.35
HexAA99940AD21eb3e
Octal2522312240121541161376
Binary10101010100110011001010001010110110000111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9994; }

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

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

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

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

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

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

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

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