#A86E7E

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

Shades of Tapestry #A86E7E

Tints of Tapestry #A86E7E

Color information

#A86E7E (or 0xA86E7E) is unknown color: approx Tapestry. HEX triplet: A8, 6E and 7E. RGB value is (168,110,126). Sum of RGB (Red+Green+Blue) = 168+110+126=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E7E is #579181. Grayscale: #818181. Windows color (decimal): -5738882 or 8285864. OLE color: 8285864.

HSL color Cylindrical-coordinate representation of color #A86E7E: hue angle of 343.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86E7E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB168110126-
CMYK00.350.250.34
HSL343.45º25%54.51%-
HSV(B)343.45º34.52%65.88%-
XYZ25.4920.9822.45-
YUV129.17126.22155.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=41.58%
G=27.23%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811012600.350.250.34343.452554.51
HexA86E7E02319221571937
Octal25015617604331425273167
Binary101010001101110111111001000111100110001010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E7E; }

 p { color: rgb(168,110,126); }

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

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

 a { background-color: rgb(168,110,126); }

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

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

 span { border-color: rgb(168,110,126); }

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