#AA9492

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

Shades of Thatch #AA9492

Tints of Thatch #AA9492

Color information

#AA9492 (or 0xAA9492) is unknown color: approx Thatch. HEX triplet: AA, 94 and 92. RGB value is (170,148,146). Sum of RGB (Red+Green+Blue) = 170+148+146=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9492 is #556B6D. Grayscale: #9A9A9A. Windows color (decimal): -5598062 or 9606314. OLE color: 9606314.

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

Color convert

RGB170148146-
CMYK00.130.140.33
HSL12.37%61.96%-
HSV(B)14.12%66.67%-
XYZ32.3631.831.63-
YUV154.35123.29139.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=36.64%
G=31.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014814600.130.140.33512.3761.96
HexAA94920DE215c3e
Octal252224222015164151476
Binary1010101010010100100100100110111101000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9492; }

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

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

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

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

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

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

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

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