Shades of Tuscany #A95C3E
Tints of Tuscany #A95C3E
RGB
CMYK
RGB Variations
Color information
#A95C3E (or 0xA95C3E) is known color: Tuscany. HEX triplet: A9, 5C and 3E. RGB value is (169,92,62). Sum of RGB (Red+Green+Blue) = 169+92+62=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C3E is #56A3C1. Grayscale: #6F6F6F. Windows color (decimal): -5678018 or 4086953. OLE color: 4086953.
HSL color Cylindrical-coordinate representation of color #A95C3E: hue angle of 16.82º 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 #A95C3E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 62 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.34 |
| HSL | 16.82º | 0.46% | 0.45% | - |
| HSV(B) | 16.82º | 0.63% | 0.66% | - |
| XYZ | 21.06 | 16.44 | 6.62 | - |
| YUV | 111.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 62 | 0 | 0.46 | 0.63 | 0.34 | 16.82 | 0.46 | 0.45 |
| Hex | A9 | 5C | 3E | 0 | 2E | 3F | 22 | 11 | 2E | 2D |
| Octal | 251 | 134 | 76 | 0 | 56 | 77 | 42 | 21 | 56 | 55 |
| Binary | 10101001 | 1011100 | 111110 | 0 | 101110 | 111111 | 100010 | 10001 | 101110 | 101101 |
Color Harmonies of #A95C3E
Complementary color
Monochromatic Colors of #A95C3E
Black with #A95C3E
Text Example
Text Example
White with #A95C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C3E; }
p { color: rgb(169,92,62); }
H1.HeaderClassName
{
color: #A95C3E;
}
.AnyTagClassName
{
color: #A95C3E;
}
</style>
background-color css
<style>
a { background-color: #A95C3E; }
a { background-color: rgb(169,92,62); }
div.DivClassName
{
background-color: #A95C3E;
}
.BgClassName
{
background-color: #A95C3E;
}
</style>
border-color css
<style>
span { border-color: #A95C3E; }
span { border-color: rgb(169,92,62); }
td.TdClassName
{
border-color: #A95C3E;
}
.TagClassName
{
border-color: #A95C3E;
}
</style>