#AA8490

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

Shades of Tapestry #AA8490

Tints of Tapestry #AA8490

Color information

#AA8490 (or 0xAA8490) is unknown color: approx Tapestry. HEX triplet: AA, 84 and 90. RGB value is (170,132,144). Sum of RGB (Red+Green+Blue) = 170+132+144=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8490 is #557B6F. Grayscale: #909090. Windows color (decimal): -5602160 or 9471146. OLE color: 9471146.

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

Color convert

RGB170132144-
CMYK00.220.150.33
HSL341.05º18.27%59.22%-
HSV(B)341.05º22.35%66.67%-
XYZ29.8627.0630.04-
YUV144.73127.59146.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=38.12%
G=29.60%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013214400.220.150.33341.0518.2759.22
HexAA8490016F21155123b
Octal25220422002617415252273
Binary101010101000010010010000010110111110000110101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8490; }

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

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

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

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

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

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

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

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