#A46A82

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

Shades of Tapestry #A46A82

Tints of Tapestry #A46A82

Color information

#A46A82 (or 0xA46A82) is unknown color: approx Tapestry. HEX triplet: A4, 6A and 82. RGB value is (164,106,130). Sum of RGB (Red+Green+Blue) = 164+106+130=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A82 is #5B957D. Grayscale: #7E7E7E. Windows color (decimal): -6002046 or 8546980. OLE color: 8546980.

HSL color Cylindrical-coordinate representation of color #A46A82: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A82 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164106130-
CMYK00.350.210.36
HSL335.17º24.17%52.94%-
HSV(B)335.17º35.37%64.31%-
XYZ24.4919.8123.65-
YUV126.08130.22155.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=41%
G=26.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410613000.350.210.36335.1724.1752.94
HexA46A82023152414f1835
Octal24415220204325445173065
Binary1010010011010101000001001000111010110010010100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A82; }

 p { color: rgb(164,106,130); }

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

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

 a { background-color: rgb(164,106,130); }

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

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

 span { border-color: rgb(164,106,130); }

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