#A96144

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

Shades of Tuscany #A96144

Tints of Tuscany #A96144

Color information

#A96144 (or 0xA96144) is unknown color: approx Tuscany. HEX triplet: A9, 61 and 44. RGB value is (169,97,68). Sum of RGB (Red+Green+Blue) = 169+97+68=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A96144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96144 is #569EBB. Grayscale: #737373. Windows color (decimal): -5676732 or 4481449. OLE color: 4481449.

HSL color Cylindrical-coordinate representation of color #A96144: hue angle of 17.23º 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 #A96144 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1699768-
CMYK00.430.600.34
HSL17.23º42.62%46.47%-
HSV(B)17.23º59.76%66.27%-
XYZ21.6817.47.69-
YUV115.22101.35166.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=50.60%
G=29.04%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169976800.430.600.3417.2342.6246.47
HexA9614402B3C22112b2e
Octal2511411040537442215356
Binary1010100111000011000100010101111110010001010001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96144; }

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

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

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

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

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

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

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

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