#A46C82

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

Shades of Tapestry #A46C82

Tints of Tapestry #A46C82

Color information

#A46C82 (or 0xA46C82) is unknown color: approx Tapestry. HEX triplet: A4, 6C and 82. RGB value is (164,108,130). Sum of RGB (Red+Green+Blue) = 164+108+130=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C82 is #5B937D. Grayscale: #7F7F7F. Windows color (decimal): -6001534 or 8547492. OLE color: 8547492.

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

Color convert

RGB164108130-
CMYK00.340.210.36
HSL336.43º23.53%53.33%-
HSV(B)336.43º34.15%64.31%-
XYZ24.720.2323.72-
YUV127.25129.55154.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=40.80%
G=26.87%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410813000.340.210.36336.4323.5353.33
HexA46C8202215241501835
Octal24415420204225445203065
Binary1010010011011001000001001000101010110010010101000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C82; }

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

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

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

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

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

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

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

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