#AA6082

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

Shades of Tapestry #AA6082

Tints of Tapestry #AA6082

Color information

#AA6082 (or 0xAA6082) is unknown color: approx Tapestry. HEX triplet: AA, 60 and 82. RGB value is (170,96,130). Sum of RGB (Red+Green+Blue) = 170+96+130=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6082 is #559F7D. Grayscale: #797979. Windows color (decimal): -5611390 or 8544426. OLE color: 8544426.

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

Color convert

RGB17096130-
CMYK00.440.240.33
HSL332.43º30.33%52.16%-
HSV(B)332.43º43.53%66.67%-
XYZ24.7918.5223.39-
YUV122132.52162.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=42.93%
G=24.24%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709613000.440.240.33332.4330.3352.16
HexAA608202C182114c1e34
Octal25214020205430415143664
Binary1010101011000001000001001011001100010000110100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6082; }

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

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

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

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

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

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

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

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