#A46E80

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

Shades of Tapestry #A46E80

Tints of Tapestry #A46E80

Color information

#A46E80 (or 0xA46E80) is unknown color: approx Tapestry. HEX triplet: A4, 6E and 80. RGB value is (164,110,128). Sum of RGB (Red+Green+Blue) = 164+110+128=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E80 is #5B917F. Grayscale: #808080. Windows color (decimal): -6001024 or 8416932. OLE color: 8416932.

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

Color convert

RGB164110128-
CMYK00.330.220.36
HSL340º22.88%53.73%-
HSV(B)340º32.93%64.31%-
XYZ24.7820.623.09-
YUV128.2127.89153.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=40.80%
G=27.36%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411012800.330.220.3634022.8853.73
HexA46E8002116241541736
Octal24415620004126445242766
Binary1010010011011101000000001000011011010010010101010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E80; }

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

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

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

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

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

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

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

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