#A8727F

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

Shades of Tapestry #A8727F

Tints of Tapestry #A8727F

Color information

#A8727F (or 0xA8727F) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 7F. RGB value is (168,114,127). Sum of RGB (Red+Green+Blue) = 168+114+127=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8727F is #578D80. Grayscale: #838383. Windows color (decimal): -5737857 or 8352424. OLE color: 8352424.

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

Color convert

RGB168114127-
CMYK00.320.240.34
HSL345.56º23.68%55.29%-
HSV(B)345.56º32.14%65.88%-
XYZ2621.8922.93-
YUV131.63125.39153.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 127 (50% from 255) = 31.05%
R=41.08%
G=27.87%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811412700.320.240.34345.5623.6855.29
HexA8727F020182215a1837
Octal25016217704030425323067
Binary101010001110010111111101000001100010001010101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8727F; }

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

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

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

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

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

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

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

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