#A86F82

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

Shades of Tapestry #A86F82

Tints of Tapestry #A86F82

Color information

#A86F82 (or 0xA86F82) is unknown color: approx Tapestry. HEX triplet: A8, 6F and 82. RGB value is (168,111,130). Sum of RGB (Red+Green+Blue) = 168+111+130=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F82 is #57907D. Grayscale: #828282. Windows color (decimal): -5738622 or 8548264. OLE color: 8548264.

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

Color convert

RGB168111130-
CMYK00.340.230.34
HSL340º24.68%54.71%-
HSV(B)340º33.93%65.88%-
XYZ25.8621.3123.87-
YUV130.21127.88154.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=41.08%
G=27.14%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811113000.340.230.3434024.6854.71
HexA86F8202217221541937
Octal25015720204227425243167
Binary1010100011011111000001001000101011110001010101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F82; }

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

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

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

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

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

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

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

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