Shades of Hot Toddy #A9712B
Tints of Hot Toddy #A9712B
RGB
CMYK
RGB Variations
Color information
#A9712B (or 0xA9712B) is known color: Hot Toddy. HEX triplet: A9, 71 and 2B. RGB value is (169,113,43). Sum of RGB (Red+Green+Blue) = 169+113+43=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9712B is #568ED4. Grayscale: #7A7A7A. Windows color (decimal): -5672661 or 2847145. OLE color: 2847145.
HSL color Cylindrical-coordinate representation of color #A9712B: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9712B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 43 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.34 |
| HSL | 33.33º | 0.59% | 0.42% | - |
| HSV(B) | 33.33º | 0.75% | 0.66% | - |
| XYZ | 22.7 | 20.42 | 5.03 | - |
| YUV | 121.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 43 | 0 | 0.33 | 0.75 | 0.34 | 33.33 | 0.59 | 0.42 |
| Hex | A9 | 71 | 2B | 0 | 21 | 4B | 22 | 21 | 3B | 2A |
| Octal | 251 | 161 | 53 | 0 | 41 | 113 | 42 | 41 | 73 | 52 |
| Binary | 10101001 | 1110001 | 101011 | 0 | 100001 | 1001011 | 100010 | 100001 | 111011 | 101010 |
Color Harmonies of #A9712B
Complementary color
Monochromatic Colors of #A9712B
Black with #A9712B
Text Example
Text Example
White with #A9712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9712B; }
p { color: rgb(169,113,43); }
H1.HeaderClassName
{
color: #A9712B;
}
.AnyTagClassName
{
color: #A9712B;
}
</style>
background-color css
<style>
a { background-color: #A9712B; }
a { background-color: rgb(169,113,43); }
div.DivClassName
{
background-color: #A9712B;
}
.BgClassName
{
background-color: #A9712B;
}
</style>
border-color css
<style>
span { border-color: #A9712B; }
span { border-color: rgb(169,113,43); }
td.TdClassName
{
border-color: #A9712B;
}
.TagClassName
{
border-color: #A9712B;
}
</style>