#AA6584

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

Shades of Tapestry #AA6584

Tints of Tapestry #AA6584

Color information

#AA6584 (or 0xAA6584) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 84. RGB value is (170,101,132). Sum of RGB (Red+Green+Blue) = 170+101+132=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6584 is #559A7B. Grayscale: #7D7D7D. Windows color (decimal): -5610108 or 8676778. OLE color: 8676778.

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

Color convert

RGB170101132-
CMYK00.410.220.33
HSL333.04º28.87%53.14%-
HSV(B)333.04º40.59%66.67%-
XYZ25.419.5224.26-
YUV125.16131.86159.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=42.18%
G=25.06%
B=32.75%

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
Decimal17010113200.410.220.33333.0428.8753.14
HexAA6584029162114d1d35
Octal25214520405126415153565
Binary1010101011001011000010001010011011010000110100110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6584; }

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

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

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

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

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

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

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

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