#AA8489

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

Shades of Tapestry #AA8489

Tints of Tapestry #AA8489

Color information

#AA8489 (or 0xAA8489) is unknown color: approx Tapestry. HEX triplet: AA, 84 and 89. RGB value is (170,132,137). Sum of RGB (Red+Green+Blue) = 170+132+137=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8489 is #557B76. Grayscale: #8F8F8F. Windows color (decimal): -5602167 or 9012394. OLE color: 9012394.

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

Color convert

RGB170132137-
CMYK00.220.190.33
HSL352.11º18.27%59.22%-
HSV(B)352.11º22.35%66.67%-
XYZ29.3426.8527.3-
YUV143.93124.09146.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=38.72%
G=30.07%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013213700.220.190.33352.1118.2759.22
HexAA84890161321160123b
Octal25220421102623415402273
Binary1010101010000100100010010101101001110000110110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8489; }

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

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

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

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

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

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

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

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