#AA9593

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

Shades of Thatch #AA9593

Tints of Thatch #AA9593

Color information

#AA9593 (or 0xAA9593) is unknown color: approx Thatch. HEX triplet: AA, 95 and 93. RGB value is (170,149,147). Sum of RGB (Red+Green+Blue) = 170+149+147=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9593 is #556A6C. Grayscale: #9B9B9B. Windows color (decimal): -5597805 or 9672106. OLE color: 9672106.

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

Color convert

RGB170149147-
CMYK00.120.140.33
HSL5.22º11.92%62.16%-
HSV(B)5.22º13.53%66.67%-
XYZ32.5932.1532.09-
YUV155.05123.46138.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=36.48%
G=31.97%
B=31.55%

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
Decimal17014914700.120.140.335.2211.9262.16
HexAA95930CE215c3e
Octal252225223014164151476
Binary1010101010010101100100110110011101000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9593; }

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

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

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

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

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

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

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

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