#A8708A

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

Shades of Tapestry #A8708A

Tints of Tapestry #A8708A

Color information

#A8708A (or 0xA8708A) is unknown color: approx Tapestry. HEX triplet: A8, 70 and 8A. RGB value is (168,112,138). Sum of RGB (Red+Green+Blue) = 168+112+138=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708A is #578F75. Grayscale: #838383. Windows color (decimal): -5738358 or 9072808. OLE color: 9072808.

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

Color convert

RGB168112138-
CMYK00.330.180.34
HSL332.14º24.35%54.9%-
HSV(B)332.14º33.33%65.88%-
XYZ26.5321.7526.84-
YUV131.71131.55153.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=40.19%
G=26.79%
B=33.01%

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
Decimal16811213800.330.180.34332.1424.3554.9
HexA8708A021122214c1837
Octal25016021204122425143067
Binary1010100011100001000101001000011001010001010100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8708A; }

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

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

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

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

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

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

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

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