#AA878A

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

Shades of Tapestry #AA878A

Tints of Tapestry #AA878A

Color information

#AA878A (or 0xAA878A) is unknown color: approx Tapestry. HEX triplet: AA, 87 and 8A. RGB value is (170,135,138). Sum of RGB (Red+Green+Blue) = 170+135+138=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878A is #557875. Grayscale: #919191. Windows color (decimal): -5601398 or 9078698. OLE color: 9078698.

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

Color convert

RGB170135138-
CMYK00.210.190.33
HSL354.86º17.07%59.8%-
HSV(B)354.86º20.59%66.67%-
XYZ29.8327.7127.82-
YUV145.81123.6145.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=38.37%
G=30.47%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013513800.210.190.33354.8617.0759.8
HexAA878A0151321163113c
Octal25220721202523415432174
Binary1010101010000111100010100101011001110000110110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA878A; }

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

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

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

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

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

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

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

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