#AA9592

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

Shades of Thatch #AA9592

Tints of Thatch #AA9592

Color information

#AA9592 (or 0xAA9592) is unknown color: approx Thatch. HEX triplet: AA, 95 and 92. RGB value is (170,149,146). Sum of RGB (Red+Green+Blue) = 170+149+146=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9592 is #556A6D. Grayscale: #9A9A9A. Windows color (decimal): -5597806 or 9606570. OLE color: 9606570.

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

Color convert

RGB170149146-
CMYK00.120.140.33
HSL7.5º12.37%61.96%-
HSV(B)7.5º14.12%66.67%-
XYZ32.5132.1231.68-
YUV154.94122.96138.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=36.56%
G=32.04%
B=31.40%

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
Decimal17014914600.120.140.337.512.3761.96
HexAA95920CE218c3e
Octal2522252220141641101476
Binary10101010100101011001001001100111010000110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9592; }

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

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

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

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

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

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

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

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