#A46E85

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

Shades of Tapestry #A46E85

Tints of Tapestry #A46E85

Color information

#A46E85 (or 0xA46E85) is unknown color: approx Tapestry. HEX triplet: A4, 6E and 85. RGB value is (164,110,133). Sum of RGB (Red+Green+Blue) = 164+110+133=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E85 is #5B917A. Grayscale: #808080. Windows color (decimal): -6001019 or 8744612. OLE color: 8744612.

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

Color convert

RGB164110133-
CMYK00.330.190.36
HSL334.44º22.88%53.73%-
HSV(B)334.44º32.93%64.31%-
XYZ25.1220.7424.87-
YUV128.77130.39153.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=40.29%
G=27.03%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411013300.330.190.36334.4422.8853.73
HexA46E85021132414e1736
Octal24415620504123445162766
Binary1010010011011101000010101000011001110010010100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E85; }

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

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

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

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

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

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

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

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