#A96E84

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

Shades of Tapestry #A96E84

Tints of Tapestry #A96E84

Color information

#A96E84 (or 0xA96E84) is unknown color: approx Tapestry. HEX triplet: A9, 6E and 84. RGB value is (169,110,132). Sum of RGB (Red+Green+Blue) = 169+110+132=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E84 is #56917B. Grayscale: #828282. Windows color (decimal): -5673340 or 8679081. OLE color: 8679081.

HSL color Cylindrical-coordinate representation of color #A96E84: hue angle of 337.63º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E84 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169110132-
CMYK00.350.220.34
HSL337.63º25.54%54.71%-
HSV(B)337.63º34.91%66.27%-
XYZ26.121.2524.56-
YUV130.15129.05155.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=41.12%
G=26.76%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911013200.350.220.34337.6325.5454.71
HexA96E8402316221521a37
Octal25115620404326425223267
Binary1010100111011101000010001000111011010001010101001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E84; }

 p { color: rgb(169,110,132); }

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

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

 a { background-color: rgb(169,110,132); }

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

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

 span { border-color: rgb(169,110,132); }

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