#A86F88

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

Shades of Tapestry #A86F88

Tints of Tapestry #A86F88

Color information

#A86F88 (or 0xA86F88) is unknown color: approx Tapestry. HEX triplet: A8, 6F and 88. RGB value is (168,111,136). Sum of RGB (Red+Green+Blue) = 168+111+136=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F88 is #579077. Grayscale: #828282. Windows color (decimal): -5738616 or 8941480. OLE color: 8941480.

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

Color convert

RGB168111136-
CMYK00.340.190.34
HSL333.68º24.68%54.71%-
HSV(B)333.68º33.93%65.88%-
XYZ26.2821.4726.05-
YUV130.89130.88154.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=40.48%
G=26.75%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811113600.340.190.34333.6824.6854.71
HexA86F88022132214e1937
Octal25015721004223425163167
Binary1010100011011111000100001000101001110001010100111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F88; }

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

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

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

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

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

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

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

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