#AA6179

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

Shades of Tapestry #AA6179

Tints of Tapestry #AA6179

Color information

#AA6179 (or 0xAA6179) is unknown color: approx Tapestry. HEX triplet: AA, 61 and 79. RGB value is (170,97,121). Sum of RGB (Red+Green+Blue) = 170+97+121=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6179 is #559E86. Grayscale: #797979. Windows color (decimal): -5611143 or 7954858. OLE color: 7954858.

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

Color convert

RGB17097121-
CMYK00.430.290.33
HSL340.27º30.04%52.35%-
HSV(B)340.27º42.94%66.67%-
XYZ24.318.4820.37-
YUV121.56127.68162.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=43.81%
G=25%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709712100.430.290.33340.2730.0452.35
HexAA617902B1D211541e34
Octal25214117105335415243664
Binary101010101100001111100101010111110110000110101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6179; }

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

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

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

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

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

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

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

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