#A86684

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

Shades of Tapestry #A86684

Tints of Tapestry #A86684

Color information

#A86684 (or 0xA86684) is unknown color: approx Tapestry. HEX triplet: A8, 66 and 84. RGB value is (168,102,132). Sum of RGB (Red+Green+Blue) = 168+102+132=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86684 is #57997B. Grayscale: #7D7D7D. Windows color (decimal): -5740924 or 8677032. OLE color: 8677032.

HSL color Cylindrical-coordinate representation of color #A86684: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86684 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168102132-
CMYK00.390.210.34
HSL332.73º27.5%52.94%-
HSV(B)332.73º39.29%65.88%-
XYZ25.0619.4924.27-
YUV125.15131.87158.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=41.79%
G=25.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810213200.390.210.34332.7327.552.94
HexA86684027152214d1c35
Octal25014620404725425153465
Binary1010100011001101000010001001111010110001010100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86684; }

 p { color: rgb(168,102,132); }

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

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

 a { background-color: rgb(168,102,132); }

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

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

 span { border-color: rgb(168,102,132); }

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