#A96784

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

Shades of Tapestry #A96784

Tints of Tapestry #A96784

Color information

#A96784 (or 0xA96784) is unknown color: approx Tapestry. HEX triplet: A9, 67 and 84. RGB value is (169,103,132). Sum of RGB (Red+Green+Blue) = 169+103+132=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96784 is #56987B. Grayscale: #7D7D7D. Windows color (decimal): -5675132 or 8677289. OLE color: 8677289.

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

Color convert

RGB169103132-
CMYK00.390.220.34
HSL333.64º27.73%53.33%-
HSV(B)333.64º39.05%66.27%-
XYZ25.3819.824.31-
YUV126.04131.37158.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=41.83%
G=25.50%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910313200.390.220.34333.6427.7353.33
HexA96784027162214e1c35
Octal25114720404726425163465
Binary1010100111001111000010001001111011010001010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96784; }

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

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

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

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

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

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

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

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