#A87D8E

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

Shades of Tapestry #A87D8E

Tints of Tapestry #A87D8E

Color information

#A87D8E (or 0xA87D8E) is unknown color: approx Tapestry. HEX triplet: A8, 7D and 8E. RGB value is (168,125,142). Sum of RGB (Red+Green+Blue) = 168+125+142=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D8E is #578271. Grayscale: #8B8B8B. Windows color (decimal): -5735026 or 9338280. OLE color: 9338280.

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

Color convert

RGB168125142-
CMYK00.260.150.34
HSL336.28º19.82%57.45%-
HSV(B)336.28º25.6%65.88%-
XYZ28.3624.9528.91-
YUV139.79129.25148.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=38.62%
G=28.74%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812514200.260.150.34336.2819.8257.45
HexA87D8E01AF221501439
Octal25017521603217425202471
Binary10101000111110110001110011010111110001010101000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D8E; }

 p { color: rgb(168,125,142); }

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

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

 a { background-color: rgb(168,125,142); }

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

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

 span { border-color: rgb(168,125,142); }

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