#A86D7D

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

Shades of Tapestry #A86D7D

Tints of Tapestry #A86D7D

Color information

#A86D7D (or 0xA86D7D) is unknown color: approx Tapestry. HEX triplet: A8, 6D and 7D. RGB value is (168,109,125). Sum of RGB (Red+Green+Blue) = 168+109+125=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D7D is #579282. Grayscale: #808080. Windows color (decimal): -5739139 or 8220072. OLE color: 8220072.

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

Color convert

RGB168109125-
CMYK00.350.260.34
HSL343.73º25.32%54.31%-
HSV(B)343.73º35.12%65.88%-
XYZ25.3220.7422.07-
YUV128.46126.05156.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=41.79%
G=27.11%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810912500.350.260.34343.7325.3254.31
HexA86D7D0231A221581936
Octal25015517504332425303166
Binary101010001101101111110101000111101010001010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D7D; }

 p { color: rgb(168,109,125); }

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

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

 a { background-color: rgb(168,109,125); }

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

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

 span { border-color: rgb(168,109,125); }

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