#AA7380

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

Shades of Tapestry #AA7380

Tints of Tapestry #AA7380

Color information

#AA7380 (or 0xAA7380) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 80. RGB value is (170,115,128). Sum of RGB (Red+Green+Blue) = 170+115+128=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7380 is #558C7F. Grayscale: #848484. Windows color (decimal): -5606528 or 8418218. OLE color: 8418218.

HSL color Cylindrical-coordinate representation of color #AA7380: hue angle of 345.82º 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 #AA7380 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170115128-
CMYK00.320.250.33
HSL345.82º24.44%55.88%-
HSV(B)345.82º32.35%66.67%-
XYZ26.622.3723.34-
YUV132.93125.22154.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=41.16%
G=27.85%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512800.320.250.33345.8224.4455.88
HexAA7380020192115a1838
Octal25216320004031415323070
Binary1010101011100111000000001000001100110000110101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7380; }

 p { color: rgb(170,115,128); }

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

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

 a { background-color: rgb(170,115,128); }

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

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

 span { border-color: rgb(170,115,128); }

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