#AA6588

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

Shades of Tapestry #AA6588

Tints of Tapestry #AA6588

Color information

#AA6588 (or 0xAA6588) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 88. RGB value is (170,101,136). Sum of RGB (Red+Green+Blue) = 170+101+136=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6588 is #559A77. Grayscale: #7D7D7D. Windows color (decimal): -5610104 or 8938922. OLE color: 8938922.

HSL color Cylindrical-coordinate representation of color #AA6588: hue angle of 329.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6588 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB170101136-
CMYK00.410.200.33
HSL329.57º28.87%53.14%-
HSV(B)329.57º40.59%66.67%-
XYZ25.6819.6325.73-
YUV125.62133.86159.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=41.77%
G=24.82%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010113600.410.200.33329.5728.8753.14
HexAA6588029142114a1d35
Octal25214521005124415123565
Binary1010101011001011000100001010011010010000110100101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6588; }

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

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

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

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

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

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

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

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