Shades of Tuscany #A95F3C
Tints of Tuscany #A95F3C
RGB
CMYK
RGB Variations
Color information
#A95F3C (or 0xA95F3C) is known color: Tuscany. HEX triplet: A9, 5F and 3C. RGB value is (169,95,60). Sum of RGB (Red+Green+Blue) = 169+95+60=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F3C is #56A0C3. Grayscale: #717171. Windows color (decimal): -5677252 or 3956649. OLE color: 3956649.
HSL color Cylindrical-coordinate representation of color #A95F3C: hue angle of 19.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A95F3C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 60 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.34 |
| HSL | 19.27º | 0.48% | 0.45% | - |
| HSV(B) | 19.27º | 0.64% | 0.66% | - |
| XYZ | 21.27 | 16.95 | 6.42 | - |
| YUV | 113.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 60 | 0 | 0.44 | 0.64 | 0.34 | 19.27 | 0.48 | 0.45 |
| Hex | A9 | 5F | 3C | 0 | 2C | 40 | 22 | 13 | 30 | 2D |
| Octal | 251 | 137 | 74 | 0 | 54 | 100 | 42 | 23 | 60 | 55 |
| Binary | 10101001 | 1011111 | 111100 | 0 | 101100 | 1000000 | 100010 | 10011 | 110000 | 101101 |
Color Harmonies of #A95F3C
Complementary color
Monochromatic Colors of #A95F3C
Black with #A95F3C
Text Example
Text Example
White with #A95F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95F3C; }
p { color: rgb(169,95,60); }
H1.HeaderClassName
{
color: #A95F3C;
}
.AnyTagClassName
{
color: #A95F3C;
}
</style>
background-color css
<style>
a { background-color: #A95F3C; }
a { background-color: rgb(169,95,60); }
div.DivClassName
{
background-color: #A95F3C;
}
.BgClassName
{
background-color: #A95F3C;
}
</style>
border-color css
<style>
span { border-color: #A95F3C; }
span { border-color: rgb(169,95,60); }
td.TdClassName
{
border-color: #A95F3C;
}
.TagClassName
{
border-color: #A95F3C;
}
</style>