Shades of Hot Toddy #A8712A
Tints of Hot Toddy #A8712A
RGB
CMYK
RGB Variations
Color information
#A8712A (or 0xA8712A) is known color: Hot Toddy. HEX triplet: A8, 71 and 2A. RGB value is (168,113,42). Sum of RGB (Red+Green+Blue) = 168+113+42=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8712A is #578ED5. Grayscale: #797979. Windows color (decimal): -5738198 or 2781608. OLE color: 2781608.
HSL color Cylindrical-coordinate representation of color #A8712A: hue angle of 33.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8712A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 42 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.34 |
| HSL | 33.81º | 0.6% | 0.41% | - |
| HSV(B) | 33.81º | 0.75% | 0.66% | - |
| XYZ | 22.47 | 20.3 | 4.92 | - |
| YUV | 121.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 42 | 0 | 0.33 | 0.75 | 0.34 | 33.81 | 0.6 | 0.41 |
| Hex | A8 | 71 | 2A | 0 | 21 | 4B | 22 | 22 | 3C | 29 |
| Octal | 250 | 161 | 52 | 0 | 41 | 113 | 42 | 42 | 74 | 51 |
| Binary | 10101000 | 1110001 | 101010 | 0 | 100001 | 1001011 | 100010 | 100010 | 111100 | 101001 |
Color Harmonies of #A8712A
Complementary color
Monochromatic Colors of #A8712A
Black with #A8712A
Text Example
Text Example
White with #A8712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8712A; }
p { color: rgb(168,113,42); }
H1.HeaderClassName
{
color: #A8712A;
}
.AnyTagClassName
{
color: #A8712A;
}
</style>
background-color css
<style>
a { background-color: #A8712A; }
a { background-color: rgb(168,113,42); }
div.DivClassName
{
background-color: #A8712A;
}
.BgClassName
{
background-color: #A8712A;
}
</style>
border-color css
<style>
span { border-color: #A8712A; }
span { border-color: rgb(168,113,42); }
td.TdClassName
{
border-color: #A8712A;
}
.TagClassName
{
border-color: #A8712A;
}
</style>