#AA7580

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

Shades of Tapestry #AA7580

Tints of Tapestry #AA7580

Color information

#AA7580 (or 0xAA7580) is unknown color: approx Tapestry. HEX triplet: AA, 75 and 80. RGB value is (170,117,128). Sum of RGB (Red+Green+Blue) = 170+117+128=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7580 is #558A7F. Grayscale: #868686. Windows color (decimal): -5606016 or 8418730. OLE color: 8418730.

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

Color convert

RGB170117128-
CMYK00.310.250.33
HSL347.55º23.77%56.27%-
HSV(B)347.55º31.18%66.67%-
XYZ26.8422.8323.41-
YUV134.1124.56153.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=40.96%
G=28.19%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011712800.310.250.33347.5523.7756.27
HexAA758001F192115c1838
Octal25216520003731415343070
Binary101010101110101100000000111111100110000110101110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7580; }

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

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

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

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

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

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

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

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