#AA7687

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

Shades of Tapestry #AA7687

Tints of Tapestry #AA7687

Color information

#AA7687 (or 0xAA7687) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 87. RGB value is (170,118,135). Sum of RGB (Red+Green+Blue) = 170+118+135=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7687 is #558978. Grayscale: #878787. Windows color (decimal): -5605753 or 8877738. OLE color: 8877738.

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

Color convert

RGB170118135-
CMYK00.310.210.33
HSL340.38º23.42%56.47%-
HSV(B)340.38º30.59%66.67%-
XYZ27.4323.2525.96-
YUV135.49127.73152.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=40.19%
G=27.90%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011813500.310.210.33340.3823.4256.47
HexAA768701F15211541738
Octal25216620703725415242770
Binary101010101110110100001110111111010110000110101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7687; }

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

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

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

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

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

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

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

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