#A8878F

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

Shades of Tapestry #A8878F

Tints of Tapestry #A8878F

Color information

#A8878F (or 0xA8878F) is unknown color: approx Tapestry. HEX triplet: A8, 87 and 8F. RGB value is (168,135,143). Sum of RGB (Red+Green+Blue) = 168+135+143=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8878F is #577870. Grayscale: #919191. Windows color (decimal): -5732465 or 9406376. OLE color: 9406376.

HSL color Cylindrical-coordinate representation of color #A8878F: hue angle of 345.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8878F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168135143-
CMYK00.200.150.34
HSL345.45º15.94%59.41%-
HSV(B)345.45º19.64%65.88%-
XYZ29.7727.6429.75-
YUV145.78126.43143.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=37.67%
G=30.27%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813514300.200.150.34345.4515.9459.41
HexA8878F014F22159103b
Octal25020721702417425312073
Binary101010001000011110001111010100111110001010101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8878F; }

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

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

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

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

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

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

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

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