Shades of Tuscany #A95A41
Tints of Tuscany #A95A41
RGB
CMYK
RGB Variations
Color information
#A95A41 (or 0xA95A41) is known color: Tuscany. HEX triplet: A9, 5A and 41. RGB value is (169,90,65). Sum of RGB (Red+Green+Blue) = 169+90+65=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A41 is #56A5BE. Grayscale: #6E6E6E. Windows color (decimal): -5678527 or 4283049. OLE color: 4283049.
HSL color Cylindrical-coordinate representation of color #A95A41: hue angle of 14.42º 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 #A95A41 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 65 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.34 |
| HSL | 14.42º | 0.44% | 0.46% | - |
| HSV(B) | 14.42º | 0.62% | 0.66% | - |
| XYZ | 20.97 | 16.13 | 7.01 | - |
| YUV | 110.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 65 | 0 | 0.47 | 0.62 | 0.34 | 14.42 | 0.44 | 0.46 |
| Hex | A9 | 5A | 41 | 0 | 2F | 3E | 22 | E | 2C | 2E |
| Octal | 251 | 132 | 101 | 0 | 57 | 76 | 42 | 16 | 54 | 56 |
| Binary | 10101001 | 1011010 | 1000001 | 0 | 101111 | 111110 | 100010 | 1110 | 101100 | 101110 |
Color Harmonies of #A95A41
Complementary color
Monochromatic Colors of #A95A41
Black with #A95A41
Text Example
Text Example
White with #A95A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A41; }
p { color: rgb(169,90,65); }
H1.HeaderClassName
{
color: #A95A41;
}
.AnyTagClassName
{
color: #A95A41;
}
</style>
background-color css
<style>
a { background-color: #A95A41; }
a { background-color: rgb(169,90,65); }
div.DivClassName
{
background-color: #A95A41;
}
.BgClassName
{
background-color: #A95A41;
}
</style>
border-color css
<style>
span { border-color: #A95A41; }
span { border-color: rgb(169,90,65); }
td.TdClassName
{
border-color: #A95A41;
}
.TagClassName
{
border-color: #A95A41;
}
</style>