#AA6585

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

Shades of Tapestry #AA6585

Tints of Tapestry #AA6585

Color information

#AA6585 (or 0xAA6585) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 85. RGB value is (170,101,133). Sum of RGB (Red+Green+Blue) = 170+101+133=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6585 is #559A7A. Grayscale: #7D7D7D. Windows color (decimal): -5610107 or 8742314. OLE color: 8742314.

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

Color convert

RGB170101133-
CMYK00.410.220.33
HSL332.17º28.87%53.14%-
HSV(B)332.17º40.59%66.67%-
XYZ25.4619.5524.62-
YUV125.28132.36159.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=42.08%
G=25%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010113300.410.220.33332.1728.8753.14
HexAA6585029162114c1d35
Octal25214520505126415143565
Binary1010101011001011000010101010011011010000110100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6585; }

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

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

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

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

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

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

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

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