#AA7284

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

Shades of Tapestry #AA7284

Tints of Tapestry #AA7284

Color information

#AA7284 (or 0xAA7284) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 84. RGB value is (170,114,132). Sum of RGB (Red+Green+Blue) = 170+114+132=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7284 is #558D7B. Grayscale: #848484. Windows color (decimal): -5606780 or 8680106. OLE color: 8680106.

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

Color convert

RGB170114132-
CMYK00.330.220.33
HSL340.71º24.78%55.69%-
HSV(B)340.71º32.94%66.67%-
XYZ26.7622.2524.71-
YUV132.8127.55154.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=40.87%
G=27.40%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011413200.330.220.33340.7124.7855.69
HexAA728402116211551938
Octal25216220404126415253170
Binary1010101011100101000010001000011011010000110101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7284; }

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

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

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

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

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

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

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

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