Shades of Tuscany #A9653F
Tints of Tuscany #A9653F
RGB
CMYK
RGB Variations
Color information
#A9653F (or 0xA9653F) is known color: Tuscany. HEX triplet: A9, 65 and 3F. RGB value is (169,101,63). Sum of RGB (Red+Green+Blue) = 169+101+63=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9653F is #569AC0. Grayscale: #757575. Windows color (decimal): -5675713 or 4154793. OLE color: 4154793.
HSL color Cylindrical-coordinate representation of color #A9653F: hue angle of 21.51º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9653F is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 63 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.34 |
| HSL | 21.51º | 0.46% | 0.45% | - |
| HSV(B) | 21.51º | 0.63% | 0.66% | - |
| XYZ | 21.91 | 18.1 | 7.04 | - |
| YUV | 117 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 63 | 0 | 0.40 | 0.63 | 0.34 | 21.51 | 0.46 | 0.45 |
| Hex | A9 | 65 | 3F | 0 | 28 | 3F | 22 | 16 | 2E | 2D |
| Octal | 251 | 145 | 77 | 0 | 50 | 77 | 42 | 26 | 56 | 55 |
| Binary | 10101001 | 1100101 | 111111 | 0 | 101000 | 111111 | 100010 | 10110 | 101110 | 101101 |
Color Harmonies of #A9653F
Complementary color
Monochromatic Colors of #A9653F
Black with #A9653F
Text Example
Text Example
White with #A9653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9653F; }
p { color: rgb(169,101,63); }
H1.HeaderClassName
{
color: #A9653F;
}
.AnyTagClassName
{
color: #A9653F;
}
</style>
background-color css
<style>
a { background-color: #A9653F; }
a { background-color: rgb(169,101,63); }
div.DivClassName
{
background-color: #A9653F;
}
.BgClassName
{
background-color: #A9653F;
}
</style>
border-color css
<style>
span { border-color: #A9653F; }
span { border-color: rgb(169,101,63); }
td.TdClassName
{
border-color: #A9653F;
}
.TagClassName
{
border-color: #A9653F;
}
</style>