#A86F7F

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

Shades of Tapestry #A86F7F

Tints of Tapestry #A86F7F

Color information

#A86F7F (or 0xA86F7F) is unknown color: approx Tapestry. HEX triplet: A8, 6F and 7F. RGB value is (168,111,127). Sum of RGB (Red+Green+Blue) = 168+111+127=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F7F is #579080. Grayscale: #818181. Windows color (decimal): -5738625 or 8351656. OLE color: 8351656.

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

Color convert

RGB168111127-
CMYK00.340.240.34
HSL343.16º24.68%54.71%-
HSV(B)343.16º33.93%65.88%-
XYZ25.6621.2322.82-
YUV129.87126.38155.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 127 (50% from 255) = 31.28%
R=41.38%
G=27.34%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811112700.340.240.34343.1624.6854.71
HexA86F7F02218221571937
Octal25015717704230425273167
Binary101010001101111111111101000101100010001010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F7F; }

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

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

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

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

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

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

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

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