#A86884

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

Shades of Tapestry #A86884

Tints of Tapestry #A86884

Color information

#A86884 (or 0xA86884) is unknown color: approx Tapestry. HEX triplet: A8, 68 and 84. RGB value is (168,104,132). Sum of RGB (Red+Green+Blue) = 168+104+132=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86884 is #57977B. Grayscale: #7E7E7E. Windows color (decimal): -5740412 or 8677544. OLE color: 8677544.

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

Color convert

RGB168104132-
CMYK00.380.210.34
HSL333.75º26.89%53.33%-
HSV(B)333.75º38.1%65.88%-
XYZ25.2619.8924.34-
YUV126.33131.2157.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=41.58%
G=25.74%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810413200.380.210.34333.7526.8953.33
HexA86884026152214e1b35
Octal25015020404625425163365
Binary1010100011010001000010001001101010110001010100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86884; }

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

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

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

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

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

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

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

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