#AA7585

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

Shades of Tapestry #AA7585

Tints of Tapestry #AA7585

Color information

#AA7585 (or 0xAA7585) is unknown color: approx Tapestry. HEX triplet: AA, 75 and 85. RGB value is (170,117,133). Sum of RGB (Red+Green+Blue) = 170+117+133=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7585 is #558A7A. Grayscale: #868686. Windows color (decimal): -5606011 or 8746410. OLE color: 8746410.

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

Color convert

RGB170117133-
CMYK00.310.220.33
HSL341.89º23.77%56.27%-
HSV(B)341.89º31.18%66.67%-
XYZ27.1722.9625.19-
YUV134.67127.06153.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=40.48%
G=27.86%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011713300.310.220.33341.8923.7756.27
HexAA758501F16211561838
Octal25216520503726415263070
Binary101010101110101100001010111111011010000110101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7585; }

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

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

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

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

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

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

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

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