#AA6079

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

Shades of Tapestry #AA6079

Tints of Tapestry #AA6079

Color information

#AA6079 (or 0xAA6079) is unknown color: approx Tapestry. HEX triplet: AA, 60 and 79. RGB value is (170,96,121). Sum of RGB (Red+Green+Blue) = 170+96+121=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6079 is #559F86. Grayscale: #787878. Windows color (decimal): -5611399 or 7954602. OLE color: 7954602.

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

Color convert

RGB17096121-
CMYK00.440.290.33
HSL339.73º30.33%52.16%-
HSV(B)339.73º43.53%66.67%-
XYZ24.2118.2920.34-
YUV120.98128.02162.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=43.93%
G=24.81%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709612100.440.290.33339.7330.3352.16
HexAA607902C1D211541e34
Octal25214017105435415243664
Binary101010101100000111100101011001110110000110101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6079; }

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

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

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

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

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

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

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

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