#AA7681

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

Shades of Tapestry #AA7681

Tints of Tapestry #AA7681

Color information

#AA7681 (or 0xAA7681) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 81. RGB value is (170,118,129). Sum of RGB (Red+Green+Blue) = 170+118+129=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7681 is #55897E. Grayscale: #868686. Windows color (decimal): -5605759 or 8484522. OLE color: 8484522.

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

Color convert

RGB170118129-
CMYK00.310.240.33
HSL347.31º23.42%56.47%-
HSV(B)347.31º30.59%66.67%-
XYZ27.0223.0923.8-
YUV134.8124.73153.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=40.77%
G=28.30%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011812900.310.240.33347.3123.4256.47
HexAA768101F182115b1738
Octal25216620103730415332770
Binary101010101110110100000010111111100010000110101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7681; }

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

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

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

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

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

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

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

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