#AA8189

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

Shades of Tapestry #AA8189

Tints of Tapestry #AA8189

Color information

#AA8189 (or 0xAA8189) is unknown color: approx Tapestry. HEX triplet: AA, 81 and 89. RGB value is (170,129,137). Sum of RGB (Red+Green+Blue) = 170+129+137=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8189 is #557E76. Grayscale: #8E8E8E. Windows color (decimal): -5602935 or 9011626. OLE color: 9011626.

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

Color convert

RGB170129137-
CMYK00.240.190.33
HSL348.29º19.43%58.63%-
HSV(B)348.29º24.12%66.67%-
XYZ28.9426.0527.17-
YUV142.17125.08147.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=38.99%
G=29.59%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012913700.240.190.33348.2919.4358.63
HexAA8189018132115c133b
Octal25220121103023415342373
Binary1010101010000001100010010110001001110000110101110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8189; }

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

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

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

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

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

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

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

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