#AA7088

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

Shades of Tapestry #AA7088

Tints of Tapestry #AA7088

Color information

#AA7088 (or 0xAA7088) is unknown color: approx Tapestry. HEX triplet: AA, 70 and 88. RGB value is (170,112,136). Sum of RGB (Red+Green+Blue) = 170+112+136=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7088 is #558F77. Grayscale: #848484. Windows color (decimal): -5607288 or 8941738. OLE color: 8941738.

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

Color convert

RGB170112136-
CMYK00.340.200.33
HSL335.17º25.44%55.29%-
HSV(B)335.17º34.12%66.67%-
XYZ26.8221.9126.11-
YUV132.08130.22155.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=40.67%
G=26.79%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011213600.340.200.33335.1725.4455.29
HexAA7088022142114f1937
Octal25216021004224415173167
Binary1010101011100001000100001000101010010000110100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7088; }

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

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

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

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

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

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

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

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