#aa9090

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

Shades of Thatch #AA9090

Tints of Thatch #AA9090

Color information

#AA9090 (or 0xAA9090) is unknown color: approx Thatch. HEX triplet: AA, 90 and 90. RGB value is (170,144,144). Sum of RGB (Red+Green+Blue) = 170+144+144=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9090 is #556F6F. Grayscale: #979797. Windows color (decimal): -5599088 or 9474218. OLE color: 9474218.

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

Color convert

RGB170144144-
CMYK00.150.150.33
HSL13.27%61.57%-
HSV(B)15.29%66.67%-
XYZ31.5830.5130.61-
YUV151.77123.61141-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=37.12%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014414400.150.150.33013.2761.57
HexAA90900FF210d3e
Octal252220220017174101576
Binary10101010100100001001000001111111110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9090; }

 p { color: rgb(170,144,144); }

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

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

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

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

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

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

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