#AA878C

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

Shades of Tapestry #AA878C

Tints of Tapestry #AA878C

Color information

#AA878C (or 0xAA878C) is unknown color: approx Tapestry. HEX triplet: AA, 87 and 8C. RGB value is (170,135,140). Sum of RGB (Red+Green+Blue) = 170+135+140=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878C is #557873. Grayscale: #929292. Windows color (decimal): -5601396 or 9209770. OLE color: 9209770.

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

Color convert

RGB170135140-
CMYK00.210.180.33
HSL351.43º17.07%59.8%-
HSV(B)351.43º20.59%66.67%-
XYZ29.9827.7728.59-
YUV146.04124.6145.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=38.20%
G=30.34%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013514000.210.180.33351.4317.0759.8
HexAA878C015122115f113c
Octal25220721402522415372174
Binary1010101010000111100011000101011001010000110101111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA878C; }

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

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

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

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

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

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

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

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