#AA7787

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

Shades of Tapestry #AA7787

Tints of Tapestry #AA7787

Color information

#AA7787 (or 0xAA7787) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 87. RGB value is (170,119,135). Sum of RGB (Red+Green+Blue) = 170+119+135=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7787 is #558878. Grayscale: #888888. Windows color (decimal): -5605497 or 8877994. OLE color: 8877994.

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

Color convert

RGB170119135-
CMYK00.30.210.33
HSL341.18º23.08%56.67%-
HSV(B)341.18º30%66.67%-
XYZ27.5523.4926-
YUV136.07127.4152.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=40.09%
G=28.07%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011913500.30.210.33341.1823.0856.67
HexAA778701E15211551739
Octal25216720703625415252771
Binary101010101110111100001110111101010110000110101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7787; }

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

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

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

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

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

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

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

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