#AA7484

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

Shades of Tapestry #AA7484

Tints of Tapestry #AA7484

Color information

#AA7484 (or 0xAA7484) is unknown color: approx Tapestry. HEX triplet: AA, 74 and 84. RGB value is (170,116,132). Sum of RGB (Red+Green+Blue) = 170+116+132=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7484 is #558B7B. Grayscale: #858585. Windows color (decimal): -5606268 or 8680618. OLE color: 8680618.

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

Color convert

RGB170116132-
CMYK00.320.220.33
HSL342.22º24.11%56.08%-
HSV(B)342.22º31.76%66.67%-
XYZ26.9922.724.79-
YUV133.97126.89153.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=40.67%
G=27.75%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011613200.320.220.33342.2224.1156.08
HexAA748402016211561838
Octal25216420404026415263070
Binary1010101011101001000010001000001011010000110101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7484; }

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

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

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

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

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

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

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

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