Shades of Tuscany #A9633E
Tints of Tuscany #A9633E
RGB
CMYK
RGB Variations
Color information
#A9633E (or 0xA9633E) is known color: Tuscany. HEX triplet: A9, 63 and 3E. RGB value is (169,99,62). Sum of RGB (Red+Green+Blue) = 169+99+62=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9633E is #569CC1. Grayscale: #737373. Windows color (decimal): -5676226 or 4088745. OLE color: 4088745.
HSL color Cylindrical-coordinate representation of color #A9633E: hue angle of 20.75º 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 #A9633E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 62 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.34 |
| HSL | 20.75º | 0.46% | 0.45% | - |
| HSV(B) | 20.75º | 0.63% | 0.66% | - |
| XYZ | 21.69 | 17.71 | 6.83 | - |
| YUV | 115.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 62 | 0 | 0.41 | 0.63 | 0.34 | 20.75 | 0.46 | 0.45 |
| Hex | A9 | 63 | 3E | 0 | 29 | 3F | 22 | 15 | 2E | 2D |
| Octal | 251 | 143 | 76 | 0 | 51 | 77 | 42 | 25 | 56 | 55 |
| Binary | 10101001 | 1100011 | 111110 | 0 | 101001 | 111111 | 100010 | 10101 | 101110 | 101101 |
Color Harmonies of #A9633E
Complementary color
Monochromatic Colors of #A9633E
Black with #A9633E
Text Example
Text Example
White with #A9633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9633E; }
p { color: rgb(169,99,62); }
H1.HeaderClassName
{
color: #A9633E;
}
.AnyTagClassName
{
color: #A9633E;
}
</style>
background-color css
<style>
a { background-color: #A9633E; }
a { background-color: rgb(169,99,62); }
div.DivClassName
{
background-color: #A9633E;
}
.BgClassName
{
background-color: #A9633E;
}
</style>
border-color css
<style>
span { border-color: #A9633E; }
span { border-color: rgb(169,99,62); }
td.TdClassName
{
border-color: #A9633E;
}
.TagClassName
{
border-color: #A9633E;
}
</style>