#AA9591

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

Shades of Thatch #AA9591

Tints of Thatch #AA9591

Color information

#AA9591 (or 0xAA9591) is unknown color: approx Thatch. HEX triplet: AA, 95 and 91. RGB value is (170,149,145). Sum of RGB (Red+Green+Blue) = 170+149+145=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9591 is #556A6E. Grayscale: #9A9A9A. Windows color (decimal): -5597807 or 9541034. OLE color: 9541034.

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

Color convert

RGB170149145-
CMYK00.120.150.33
HSL9.6º12.82%61.76%-
HSV(B)9.6º14.71%66.67%-
XYZ32.4432.0931.27-
YUV154.82122.46138.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=36.64%
G=32.11%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014914500.120.150.339.612.8261.76
HexAA95910CF21ad3e
Octal2522252210141741121576
Binary10101010100101011001000101100111110000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9591; }

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

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

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

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

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

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

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

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