#A96440

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

Shades of Tuscany #A96440

Tints of Tuscany #A96440

Color information

#A96440 (or 0xA96440) is unknown color: approx Tuscany. HEX triplet: A9, 64 and 40. RGB value is (169,100,64). Sum of RGB (Red+Green+Blue) = 169+100+64=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A96440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96440 is #569BBF. Grayscale: #747474. Windows color (decimal): -5675968 or 4220073. OLE color: 4220073.

HSL color Cylindrical-coordinate representation of color #A96440: hue angle of 20.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96440 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16910064-
CMYK00.410.620.34
HSL20.57º45.06%45.69%-
HSV(B)20.57º62.13%66.27%-
XYZ21.8417.927.16-
YUV116.5398.36165.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=50.75%
G=30.03%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691006400.410.620.3420.5745.0645.69
HexA964400293E22152d2e
Octal2511441000517642255556
Binary1010100111001001000000010100111111010001010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96440; }

 p { color: rgb(169,100,64); }

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

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

 a { background-color: rgb(169,100,64); }

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

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

 span { border-color: rgb(169,100,64); }

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