#AA7688

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

Shades of Tapestry #AA7688

Tints of Tapestry #AA7688

Color information

#AA7688 (or 0xAA7688) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 88. RGB value is (170,118,136). Sum of RGB (Red+Green+Blue) = 170+118+136=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7688 is #558977. Grayscale: #878787. Windows color (decimal): -5605752 or 8943274. OLE color: 8943274.

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

Color convert

RGB170118136-
CMYK00.310.200.33
HSL339.23º23.42%56.47%-
HSV(B)339.23º30.59%66.67%-
XYZ27.523.2826.34-
YUV135.6128.23152.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=40.09%
G=27.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011813600.310.200.33339.2323.4256.47
HexAA768801F14211531738
Octal25216621003724415232770
Binary101010101110110100010000111111010010000110101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7688; }

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

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

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

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

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

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

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

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