#A46E84

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

Shades of Tapestry #A46E84

Tints of Tapestry #A46E84

Color information

#A46E84 (or 0xA46E84) is unknown color: approx Tapestry. HEX triplet: A4, 6E and 84. RGB value is (164,110,132). Sum of RGB (Red+Green+Blue) = 164+110+132=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E84 is #5B917B. Grayscale: #808080. Windows color (decimal): -6001020 or 8679076. OLE color: 8679076.

HSL color Cylindrical-coordinate representation of color #A46E84: hue angle of 335.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E84 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164110132-
CMYK00.330.200.36
HSL335.56º22.88%53.73%-
HSV(B)335.56º32.93%64.31%-
XYZ25.0520.7124.51-
YUV128.65129.89153.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=40.39%
G=27.09%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411013200.330.200.36335.5622.8853.73
HexA46E8402114241501736
Octal24415620404124445202766
Binary1010010011011101000010001000011010010010010101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E84; }

 p { color: rgb(164,110,132); }

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

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

 a { background-color: rgb(164,110,132); }

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

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

 span { border-color: rgb(164,110,132); }

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