#A96241

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

Shades of Tuscany #A96241

Tints of Tuscany #A96241

Color information

#A96241 (or 0xA96241) is unknown color: approx Tuscany. HEX triplet: A9, 62 and 41. RGB value is (169,98,65). Sum of RGB (Red+Green+Blue) = 169+98+65=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A96241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96241 is #569DBE. Grayscale: #737373. Windows color (decimal): -5676479 or 4285097. OLE color: 4285097.

HSL color Cylindrical-coordinate representation of color #A96241: hue angle of 19.04º degrees, saturation: 0.44, 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 #A96241 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1699865-
CMYK00.420.620.34
HSL19.04º44.44%45.88%-
HSV(B)19.04º61.54%66.27%-
XYZ21.6817.557.25-
YUV115.4799.52166.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=50.90%
G=29.52%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169986500.420.620.3419.0444.4445.88
HexA9624102A3E22132c2e
Octal2511421010527642235456
Binary1010100111000101000001010101011111010001010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96241; }

 p { color: rgb(169,98,65); }

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

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

 a { background-color: rgb(169,98,65); }

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

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

 span { border-color: rgb(169,98,65); }

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