#AA7189

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

Shades of Tapestry #AA7189

Tints of Tapestry #AA7189

Color information

#AA7189 (or 0xAA7189) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 89. RGB value is (170,113,137). Sum of RGB (Red+Green+Blue) = 170+113+137=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7189 is #558E76. Grayscale: #848484. Windows color (decimal): -5607031 or 9007530. OLE color: 9007530.

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

Color convert

RGB170113137-
CMYK00.340.190.33
HSL334.74º25.11%55.49%-
HSV(B)334.74º33.53%66.67%-
XYZ2722.1626.52-
YUV132.78130.38154.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=40.48%
G=26.90%
B=32.62%

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
Decimal17011313700.340.190.33334.7425.1155.49
HexAA7189022132114f1937
Octal25216121104223415173167
Binary1010101011100011000100101000101001110000110100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7189; }

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

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

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

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

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

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

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

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