Shades of Tuscany #A96648
Tints of Tuscany #A96648
RGB
CMYK
RGB Variations
Color information
#A96648 (or 0xA96648) is known color: Tuscany. HEX triplet: A9, 66 and 48. RGB value is (169,102,72). Sum of RGB (Red+Green+Blue) = 169+102+72=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A96648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96648 is #5699B7. Grayscale: #767676. Windows color (decimal): -5675448 or 4744873. OLE color: 4744873.
HSL color Cylindrical-coordinate representation of color #A96648: hue angle of 18.56º 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 #A96648 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 72 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.34 |
| HSL | 18.56º | 0.4% | 0.47% | - |
| HSV(B) | 18.56º | 0.57% | 0.66% | - |
| XYZ | 22.28 | 18.41 | 8.51 | - |
| YUV | 118.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 72 | 0 | 0.40 | 0.57 | 0.34 | 18.56 | 0.4 | 0.47 |
| Hex | A9 | 66 | 48 | 0 | 28 | 39 | 22 | 13 | 28 | 2F |
| Octal | 251 | 146 | 110 | 0 | 50 | 71 | 42 | 23 | 50 | 57 |
| Binary | 10101001 | 1100110 | 1001000 | 0 | 101000 | 111001 | 100010 | 10011 | 101000 | 101111 |
Color Harmonies of #A96648
Complementary color
Monochromatic Colors of #A96648
Black with #A96648
Text Example
Text Example
White with #A96648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96648; }
p { color: rgb(169,102,72); }
H1.HeaderClassName
{
color: #A96648;
}
.AnyTagClassName
{
color: #A96648;
}
</style>
background-color css
<style>
a { background-color: #A96648; }
a { background-color: rgb(169,102,72); }
div.DivClassName
{
background-color: #A96648;
}
.BgClassName
{
background-color: #A96648;
}
</style>
border-color css
<style>
span { border-color: #A96648; }
span { border-color: rgb(169,102,72); }
td.TdClassName
{
border-color: #A96648;
}
.TagClassName
{
border-color: #A96648;
}
</style>