Shades of Hot Toddy #A9711A
Tints of Hot Toddy #A9711A
RGB
CMYK
RGB Variations
Color information
#A9711A (or 0xA9711A) is known color: Hot Toddy. HEX triplet: A9, 71 and 1A. RGB value is (169,113,26). Sum of RGB (Red+Green+Blue) = 169+113+26=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9711A is #568EE5. Grayscale: #787878. Windows color (decimal): -5672678 or 1733033. OLE color: 1733033.
HSL color Cylindrical-coordinate representation of color #A9711A: hue angle of 36.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9711A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 26 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.34 |
| HSL | 36.5º | 0.73% | 0.38% | - |
| HSV(B) | 36.5º | 0.85% | 0.66% | - |
| XYZ | 22.45 | 20.32 | 3.72 | - |
| YUV | 119.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 26 | 0 | 0.33 | 0.85 | 0.34 | 36.5 | 0.73 | 0.38 |
| Hex | A9 | 71 | 1A | 0 | 21 | 55 | 22 | 25 | 49 | 26 |
| Octal | 251 | 161 | 32 | 0 | 41 | 125 | 42 | 45 | 111 | 46 |
| Binary | 10101001 | 1110001 | 11010 | 0 | 100001 | 1010101 | 100010 | 100101 | 1001001 | 100110 |
Color Harmonies of #A9711A
Complementary color
Monochromatic Colors of #A9711A
Black with #A9711A
Text Example
Text Example
White with #A9711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9711A; }
p { color: rgb(169,113,26); }
H1.HeaderClassName
{
color: #A9711A;
}
.AnyTagClassName
{
color: #A9711A;
}
</style>
background-color css
<style>
a { background-color: #A9711A; }
a { background-color: rgb(169,113,26); }
div.DivClassName
{
background-color: #A9711A;
}
.BgClassName
{
background-color: #A9711A;
}
</style>
border-color css
<style>
span { border-color: #A9711A; }
span { border-color: rgb(169,113,26); }
td.TdClassName
{
border-color: #A9711A;
}
.TagClassName
{
border-color: #A9711A;
}
</style>