#AA7684

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

Shades of Tapestry #AA7684

Tints of Tapestry #AA7684

Color information

#AA7684 (or 0xAA7684) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 84. RGB value is (170,118,132). Sum of RGB (Red+Green+Blue) = 170+118+132=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7684 is #55897B. Grayscale: #878787. Windows color (decimal): -5605756 or 8681130. OLE color: 8681130.

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

Color convert

RGB170118132-
CMYK00.310.220.33
HSL343.85º23.42%56.47%-
HSV(B)343.85º30.59%66.67%-
XYZ27.2223.1724.87-
YUV135.14126.23152.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=40.48%
G=28.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011813200.310.220.33343.8523.4256.47
HexAA768401F16211581738
Octal25216620403726415302770
Binary101010101110110100001000111111011010000110101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7684; }

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

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

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

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

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

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

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

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