#AA7984

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

Shades of Tapestry #AA7984

Tints of Tapestry #AA7984

Color information

#AA7984 (or 0xAA7984) is unknown color: approx Tapestry. HEX triplet: AA, 79 and 84. RGB value is (170,121,132). Sum of RGB (Red+Green+Blue) = 170+121+132=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7984 is #55867B. Grayscale: #888888. Windows color (decimal): -5604988 or 8681898. OLE color: 8681898.

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

Color convert

RGB170121132-
CMYK00.290.220.33
HSL346.53º22.37%57.06%-
HSV(B)346.53º28.82%66.67%-
XYZ27.5823.8924.99-
YUV136.9125.23151.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=40.19%
G=28.61%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012113200.290.220.33346.5322.3757.06
HexAA798401D162115b1639
Octal25217120403526415332671
Binary101010101111001100001000111011011010000110101101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7984; }

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

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

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

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

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

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

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

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