#AA7B87

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

Shades of Tapestry #AA7B87

Tints of Tapestry #AA7B87

Color information

#AA7B87 (or 0xAA7B87) is unknown color: approx Tapestry. HEX triplet: AA, 7B and 87. RGB value is (170,123,135). Sum of RGB (Red+Green+Blue) = 170+123+135=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B87 is #558478. Grayscale: #8A8A8A. Windows color (decimal): -5604473 or 8879018. OLE color: 8879018.

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

Color convert

RGB170123135-
CMYK00.280.210.33
HSL344.68º21.66%57.45%-
HSV(B)344.68º27.65%66.67%-
XYZ28.0324.4626.17-
YUV138.42126.07150.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=39.72%
G=28.74%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012313500.280.210.33344.6821.6657.45
HexAA7B8701C15211591639
Octal25217320703425415312671
Binary101010101111011100001110111001010110000110101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B87; }

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

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

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

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

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

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

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

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