#AA6988

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

Shades of Tapestry #AA6988

Tints of Tapestry #AA6988

Color information

#AA6988 (or 0xAA6988) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 88. RGB value is (170,105,136). Sum of RGB (Red+Green+Blue) = 170+105+136=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6988 is #559677. Grayscale: #7F7F7F. Windows color (decimal): -5609080 or 8939946. OLE color: 8939946.

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

Color convert

RGB170105136-
CMYK00.380.200.33
HSL331.38º27.66%53.92%-
HSV(B)331.38º38.24%66.67%-
XYZ26.0720.4325.86-
YUV127.97132.53157.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=41.36%
G=25.55%
B=33.09%

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
Decimal17010513600.380.200.33331.3827.6653.92
HexAA6988026142114b1c36
Octal25215121004624415133466
Binary1010101011010011000100001001101010010000110100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6988; }

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

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

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

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

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

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

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

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