#A8718A

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

Shades of Tapestry #A8718A

Tints of Tapestry #A8718A

Color information

#A8718A (or 0xA8718A) is unknown color: approx Tapestry. HEX triplet: A8, 71 and 8A. RGB value is (168,113,138). Sum of RGB (Red+Green+Blue) = 168+113+138=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A8718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8718A is #578E75. Grayscale: #848484. Windows color (decimal): -5738102 or 9073064. OLE color: 9073064.

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

Color convert

RGB168113138-
CMYK00.330.180.34
HSL332.73º24.02%55.1%-
HSV(B)332.73º32.74%65.88%-
XYZ26.6421.9726.88-
YUV132.3131.22153.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=40.10%
G=26.97%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811313800.330.180.34332.7324.0255.1
HexA8718A021122214d1837
Octal25016121204122425153067
Binary1010100011100011000101001000011001010001010100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8718A; }

 p { color: rgb(168,113,138); }

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

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

 a { background-color: rgb(168,113,138); }

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

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

 span { border-color: rgb(168,113,138); }

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