Shades of Hot Toddy #AB7119
Tints of Hot Toddy #AB7119
RGB
CMYK
RGB Variations
Color information
#AB7119 (or 0xAB7119) is known color: Hot Toddy. HEX triplet: AB, 71 and 19. RGB value is (171,113,25). Sum of RGB (Red+Green+Blue) = 171+113+25=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7119 is #548EE6. Grayscale: #787878. Windows color (decimal): -5541607 or 1667499. OLE color: 1667499.
HSL color Cylindrical-coordinate representation of color #AB7119: hue angle of 36.16º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB7119 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 25 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.33 |
| HSL | 36.16º | 0.74% | 0.38% | - |
| HSV(B) | 36.16º | 0.85% | 0.67% | - |
| XYZ | 22.88 | 20.54 | 3.68 | - |
| YUV | 120.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 25 | 0 | 0.34 | 0.85 | 0.33 | 36.16 | 0.74 | 0.38 |
| Hex | AB | 71 | 19 | 0 | 22 | 55 | 21 | 24 | 4A | 26 |
| Octal | 253 | 161 | 31 | 0 | 42 | 125 | 41 | 44 | 112 | 46 |
| Binary | 10101011 | 1110001 | 11001 | 0 | 100010 | 1010101 | 100001 | 100100 | 1001010 | 100110 |
Color Harmonies of #AB7119
Complementary color
Monochromatic Colors of #AB7119
Black with #AB7119
Text Example
Text Example
White with #AB7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7119; }
p { color: rgb(171,113,25); }
H1.HeaderClassName
{
color: #AB7119;
}
.AnyTagClassName
{
color: #AB7119;
}
</style>
background-color css
<style>
a { background-color: #AB7119; }
a { background-color: rgb(171,113,25); }
div.DivClassName
{
background-color: #AB7119;
}
.BgClassName
{
background-color: #AB7119;
}
</style>
border-color css
<style>
span { border-color: #AB7119; }
span { border-color: rgb(171,113,25); }
td.TdClassName
{
border-color: #AB7119;
}
.TagClassName
{
border-color: #AB7119;
}
</style>