#AA7089

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

Shades of Tapestry #AA7089

Tints of Tapestry #AA7089

Color information

#AA7089 (or 0xAA7089) is unknown color: approx Tapestry. HEX triplet: AA, 70 and 89. RGB value is (170,112,137). Sum of RGB (Red+Green+Blue) = 170+112+137=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7089 is #558F76. Grayscale: #848484. Windows color (decimal): -5607287 or 9007274. OLE color: 9007274.

HSL color Cylindrical-coordinate representation of color #AA7089: hue angle of 334.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7089 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170112137-
CMYK00.340.190.33
HSL334.14º25.44%55.29%-
HSV(B)334.14º34.12%66.67%-
XYZ26.8921.9426.48-
YUV132.19130.72154.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=40.57%
G=26.73%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011213700.340.190.33334.1425.4455.29
HexAA7089022132114e1937
Octal25216021104223415163167
Binary1010101011100001000100101000101001110000110100111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7089; }

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

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

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

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

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

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

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

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