#AA6A88

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

Shades of Tapestry #AA6A88

Tints of Tapestry #AA6A88

Color information

#AA6A88 (or 0xAA6A88) is unknown color: approx Tapestry. HEX triplet: AA, 6A and 88. RGB value is (170,106,136). Sum of RGB (Red+Green+Blue) = 170+106+136=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A88 is #559577. Grayscale: #808080. Windows color (decimal): -5608824 or 8940202. OLE color: 8940202.

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

Color convert

RGB170106136-
CMYK00.380.200.33
HSL331.88º27.35%54.12%-
HSV(B)331.88º37.65%66.67%-
XYZ26.1820.6325.9-
YUV128.56132.2157.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=41.26%
G=25.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010613600.380.200.33331.8827.3554.12
HexAA6A88026142114c1b36
Octal25215221004624415143366
Binary1010101011010101000100001001101010010000110100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A88; }

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

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

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

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

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

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

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

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