#AA9692

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

Shades of Thatch #AA9692

Tints of Thatch #AA9692

Color information

#AA9692 (or 0xAA9692) is unknown color: approx Thatch. HEX triplet: AA, 96 and 92. RGB value is (170,150,146). Sum of RGB (Red+Green+Blue) = 170+150+146=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9692 is #55696D. Grayscale: #9B9B9B. Windows color (decimal): -5597550 or 9606826. OLE color: 9606826.

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

Color convert

RGB170150146-
CMYK00.120.140.33
HSL10º12.37%61.96%-
HSV(B)10º14.12%66.67%-
XYZ32.6732.4331.73-
YUV155.52122.63138.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=36.48%
G=32.19%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015014600.120.140.331012.3761.96
HexAA96920CE21ac3e
Octal2522262220141641121476
Binary10101010100101101001001001100111010000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9692; }

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

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

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

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

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

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

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

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