#AA7986

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

Shades of Tapestry #AA7986

Tints of Tapestry #AA7986

Color information

#AA7986 (or 0xAA7986) is unknown color: approx Tapestry. HEX triplet: AA, 79 and 86. RGB value is (170,121,134). Sum of RGB (Red+Green+Blue) = 170+121+134=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7986 is #558679. Grayscale: #898989. Windows color (decimal): -5604986 or 8812970. OLE color: 8812970.

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

Color convert

RGB170121134-
CMYK00.290.210.33
HSL344.08º22.37%57.06%-
HSV(B)344.08º28.82%66.67%-
XYZ27.7223.9425.71-
YUV137.13126.23151.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=40%
G=28.47%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012113400.290.210.33344.0822.3757.06
HexAA798601D15211581639
Octal25217120603525415302671
Binary101010101111001100001100111011010110000110101100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7986; }

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

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

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

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

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

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

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

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