#A46F86

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

Shades of Tapestry #A46F86

Tints of Tapestry #A46F86

Color information

#A46F86 (or 0xA46F86) is unknown color: approx Tapestry. HEX triplet: A4, 6F and 86. RGB value is (164,111,134). Sum of RGB (Red+Green+Blue) = 164+111+134=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F86 is #5B9079. Grayscale: #818181. Windows color (decimal): -6000762 or 8810404. OLE color: 8810404.

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

Color convert

RGB164111134-
CMYK00.320.180.36
HSL333.96º22.55%53.92%-
HSV(B)333.96º32.32%64.31%-
XYZ25.320.9825.27-
YUV129.47130.56152.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=40.10%
G=27.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411113400.320.180.36333.9622.5553.92
HexA46F86020122414e1736
Octal24415720604022445162766
Binary1010010011011111000011001000001001010010010100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F86; }

 p { color: rgb(164,111,134); }

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

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

 a { background-color: rgb(164,111,134); }

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

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

 span { border-color: rgb(164,111,134); }

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