#AA7689

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

Shades of Tapestry #AA7689

Tints of Tapestry #AA7689

Color information

#AA7689 (or 0xAA7689) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 89. RGB value is (170,118,137). Sum of RGB (Red+Green+Blue) = 170+118+137=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7689 is #558976. Grayscale: #878787. Windows color (decimal): -5605751 or 9008810. OLE color: 9008810.

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

Color convert

RGB170118137-
CMYK00.310.190.33
HSL338.08º23.42%56.47%-
HSV(B)338.08º30.59%66.67%-
XYZ27.5723.3126.71-
YUV135.71128.73152.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=40%
G=27.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011813700.310.190.33338.0823.4256.47
HexAA768901F13211521738
Octal25216621103723415222770
Binary101010101110110100010010111111001110000110101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7689; }

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

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

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

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

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

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

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

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