#a96249

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

Shades of Tuscany #A96249

Tints of Tuscany #A96249

Color information

#A96249 (or 0xA96249) is unknown color: approx Tuscany. HEX triplet: A9, 62 and 49. RGB value is (169,98,73). Sum of RGB (Red+Green+Blue) = 169+98+73=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96249 is #569DB6. Grayscale: #747474. Windows color (decimal): -5676471 or 4809385. OLE color: 4809385.

HSL color Cylindrical-coordinate representation of color #A96249: hue angle of 15.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96249 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1699873-
CMYK00.420.570.34
HSL15.62º39.67%47.45%-
HSV(B)15.62º56.8%66.27%-
XYZ21.9317.658.55-
YUV116.38103.52165.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=49.71%
G=28.82%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169987300.420.570.3415.6239.6747.45
HexA9624902A392210282f
Octal2511421110527142205057
Binary1010100111000101001001010101011100110001010000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96249; }

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

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

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

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

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

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

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

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