#A86983

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

Shades of Tapestry #A86983

Tints of Tapestry #A86983

Color information

#A86983 (or 0xA86983) is unknown color: approx Tapestry. HEX triplet: A8, 69 and 83. RGB value is (168,105,131). Sum of RGB (Red+Green+Blue) = 168+105+131=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86983 is #57967C. Grayscale: #7E7E7E. Windows color (decimal): -5740157 or 8612264. OLE color: 8612264.

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

Color convert

RGB168105131-
CMYK00.380.220.34
HSL335.24º26.58%53.53%-
HSV(B)335.24º37.5%65.88%-
XYZ25.320.0724.01-
YUV126.8130.37157.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=41.58%
G=25.99%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810513100.380.220.34335.2426.5853.53
HexA86983026162214f1b36
Octal25015120304626425173366
Binary1010100011010011000001101001101011010001010100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86983; }

 p { color: rgb(168,105,131); }

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

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

 a { background-color: rgb(168,105,131); }

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

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

 span { border-color: rgb(168,105,131); }

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