#AA7884

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

Shades of Tapestry #AA7884

Tints of Tapestry #AA7884

Color information

#AA7884 (or 0xAA7884) is unknown color: approx Tapestry. HEX triplet: AA, 78 and 84. RGB value is (170,120,132). Sum of RGB (Red+Green+Blue) = 170+120+132=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7884 is #55877B. Grayscale: #888888. Windows color (decimal): -5605244 or 8681642. OLE color: 8681642.

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

Color convert

RGB170120132-
CMYK00.290.220.33
HSL345.6º22.73%56.86%-
HSV(B)345.6º29.41%66.67%-
XYZ27.4623.6424.95-
YUV136.32125.56152.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=40.28%
G=28.44%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012013200.290.220.33345.622.7356.86
HexAA788401D162115a1739
Octal25217020403526415322771
Binary101010101111000100001000111011011010000110101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7884; }

 p { color: rgb(170,120,132); }

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

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

 a { background-color: rgb(170,120,132); }

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

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

 span { border-color: rgb(170,120,132); }

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