Shades of Tuscany #A95A3F
Tints of Tuscany #A95A3F
RGB
CMYK
RGB Variations
Color information
#A95A3F (or 0xA95A3F) is known color: Tuscany. HEX triplet: A9, 5A and 3F. RGB value is (169,90,63). Sum of RGB (Red+Green+Blue) = 169+90+63=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A3F is #56A5C0. Grayscale: #6E6E6E. Windows color (decimal): -5678529 or 4151977. OLE color: 4151977.
HSL color Cylindrical-coordinate representation of color #A95A3F: hue angle of 15.28º 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 #A95A3F is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 63 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.34 |
| HSL | 15.28º | 0.46% | 0.45% | - |
| HSV(B) | 15.28º | 0.63% | 0.66% | - |
| XYZ | 20.92 | 16.11 | 6.71 | - |
| YUV | 110.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 63 | 0 | 0.47 | 0.63 | 0.34 | 15.28 | 0.46 | 0.45 |
| Hex | A9 | 5A | 3F | 0 | 2F | 3F | 22 | F | 2E | 2D |
| Octal | 251 | 132 | 77 | 0 | 57 | 77 | 42 | 17 | 56 | 55 |
| Binary | 10101001 | 1011010 | 111111 | 0 | 101111 | 111111 | 100010 | 1111 | 101110 | 101101 |
Color Harmonies of #A95A3F
Complementary color
Monochromatic Colors of #A95A3F
Black with #A95A3F
Text Example
Text Example
White with #A95A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A3F; }
p { color: rgb(169,90,63); }
H1.HeaderClassName
{
color: #A95A3F;
}
.AnyTagClassName
{
color: #A95A3F;
}
</style>
background-color css
<style>
a { background-color: #A95A3F; }
a { background-color: rgb(169,90,63); }
div.DivClassName
{
background-color: #A95A3F;
}
.BgClassName
{
background-color: #A95A3F;
}
</style>
border-color css
<style>
span { border-color: #A95A3F; }
span { border-color: rgb(169,90,63); }
td.TdClassName
{
border-color: #A95A3F;
}
.TagClassName
{
border-color: #A95A3F;
}
</style>