#A86F8A

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

Shades of Tapestry #A86F8A

Tints of Tapestry #A86F8A

Color information

#A86F8A (or 0xA86F8A) is unknown color: approx Tapestry. HEX triplet: A8, 6F and 8A. RGB value is (168,111,138). Sum of RGB (Red+Green+Blue) = 168+111+138=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F8A is #579075. Grayscale: #838383. Windows color (decimal): -5738614 or 9072552. OLE color: 9072552.

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

Color convert

RGB168111138-
CMYK00.340.180.34
HSL331.58º24.68%54.71%-
HSV(B)331.58º33.93%65.88%-
XYZ26.4221.5326.81-
YUV131.12131.88154.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=40.29%
G=26.62%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811113800.340.180.34331.5824.6854.71
HexA86F8A022122214c1937
Octal25015721204222425143167
Binary1010100011011111000101001000101001010001010100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F8A; }

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

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

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

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

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

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

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

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