#aa878f

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

Shades of Tapestry #AA878F

Tints of Tapestry #AA878F

Color information

#AA878F (or 0xAA878F) is unknown color: approx Tapestry. HEX triplet: AA, 87 and 8F. RGB value is (170,135,143). Sum of RGB (Red+Green+Blue) = 170+135+143=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878F is #557870. Grayscale: #929292. Windows color (decimal): -5601393 or 9406378. OLE color: 9406378.

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

Color convert

RGB170135143-
CMYK00.210.160.33
HSL346.29º17.07%59.8%-
HSV(B)346.29º20.59%66.67%-
XYZ30.227.8629.77-
YUV146.38126.1144.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=37.95%
G=30.13%
B=31.92%

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
Decimal17013514300.210.160.33346.2917.0759.8
HexAA878F015102115a113c
Octal25220721702520415322174
Binary1010101010000111100011110101011000010000110101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa878f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa878f; }

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

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

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

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

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

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

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

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