#A96444

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

Shades of Tuscany #A96444

Tints of Tuscany #A96444

Color information

#A96444 (or 0xA96444) is unknown color: approx Tuscany. HEX triplet: A9, 64 and 44. RGB value is (169,100,68). Sum of RGB (Red+Green+Blue) = 169+100+68=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A96444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96444 is #569BBB. Grayscale: #757575. Windows color (decimal): -5675964 or 4482217. OLE color: 4482217.

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

Color convert

RGB16910068-
CMYK00.410.600.34
HSL19.01º42.62%46.47%-
HSV(B)19.01º59.76%66.27%-
XYZ21.9617.977.78-
YUV116.98100.36165.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=50.15%
G=29.67%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691006800.410.600.3419.0142.6246.47
HexA964440293C22132b2e
Octal2511441040517442235356
Binary1010100111001001000100010100111110010001010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96444; }

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

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

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

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

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

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

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

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