#AA878E

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

Shades of Tapestry #AA878E

Tints of Tapestry #AA878E

Color information

#AA878E (or 0xAA878E) is unknown color: approx Tapestry. HEX triplet: AA, 87 and 8E. RGB value is (170,135,142). Sum of RGB (Red+Green+Blue) = 170+135+142=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878E is #557871. Grayscale: #929292. Windows color (decimal): -5601394 or 9340842. OLE color: 9340842.

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

Color convert

RGB170135142-
CMYK00.210.160.33
HSL348º17.07%59.8%-
HSV(B)348º20.59%66.67%-
XYZ30.1227.8329.37-
YUV146.26125.6144.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=38.03%
G=30.20%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013514200.210.160.3334817.0759.8
HexAA878E015102115c113c
Octal25220721602520415342174
Binary1010101010000111100011100101011000010000110101110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA878E; }

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

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

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

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

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

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

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

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