#aa6084

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

Shades of Tapestry #AA6084

Tints of Tapestry #AA6084

Color information

#AA6084 (or 0xAA6084) is unknown color: approx Tapestry. HEX triplet: AA, 60 and 84. RGB value is (170,96,132). Sum of RGB (Red+Green+Blue) = 170+96+132=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6084 is #559F7B. Grayscale: #7A7A7A. Windows color (decimal): -5611388 or 8675498. OLE color: 8675498.

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

Color convert

RGB17096132-
CMYK00.440.220.33
HSL330.81º30.33%52.16%-
HSV(B)330.81º43.53%66.67%-
XYZ24.9318.5824.1-
YUV122.23133.52162.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=42.71%
G=24.12%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709613200.440.220.33330.8130.3352.16
HexAA608402C162114b1e34
Octal25214020405426415133664
Binary1010101011000001000010001011001011010000110100101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6084; }

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

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

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

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

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

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

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

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