#A8717F

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

Shades of Tapestry #A8717F

Tints of Tapestry #A8717F

Color information

#A8717F (or 0xA8717F) is unknown color: approx Tapestry. HEX triplet: A8, 71 and 7F. RGB value is (168,113,127). Sum of RGB (Red+Green+Blue) = 168+113+127=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8717F is #578E80. Grayscale: #838383. Windows color (decimal): -5738113 or 8352168. OLE color: 8352168.

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

Color convert

RGB168113127-
CMYK00.330.240.34
HSL344.73º24.02%55.1%-
HSV(B)344.73º32.74%65.88%-
XYZ25.8821.6722.9-
YUV131.04125.72154.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 127 (50% from 255) = 31.13%
R=41.18%
G=27.70%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811312700.330.240.34344.7324.0255.1
HexA8717F02118221591837
Octal25016117704130425313067
Binary101010001110001111111101000011100010001010101100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8717F; }

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

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

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

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

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

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

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

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