Shades of Hot Toddy #AB711D
Tints of Hot Toddy #AB711D
RGB
CMYK
RGB Variations
Color information
#AB711D (or 0xAB711D) is known color: Hot Toddy. HEX triplet: AB, 71 and 1D. RGB value is (171,113,29). Sum of RGB (Red+Green+Blue) = 171+113+29=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB711D is #548EE2. Grayscale: #797979. Windows color (decimal): -5541603 or 1929643. OLE color: 1929643.
HSL color Cylindrical-coordinate representation of color #AB711D: hue angle of 35.49º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB711D is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 29 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.33 |
| HSL | 35.49º | 0.71% | 0.39% | - |
| HSV(B) | 35.49º | 0.83% | 0.67% | - |
| XYZ | 22.92 | 20.56 | 3.92 | - |
| YUV | 120.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 29 | 0 | 0.34 | 0.83 | 0.33 | 35.49 | 0.71 | 0.39 |
| Hex | AB | 71 | 1D | 0 | 22 | 53 | 21 | 23 | 47 | 27 |
| Octal | 253 | 161 | 35 | 0 | 42 | 123 | 41 | 43 | 107 | 47 |
| Binary | 10101011 | 1110001 | 11101 | 0 | 100010 | 1010011 | 100001 | 100011 | 1000111 | 100111 |
Color Harmonies of #AB711D
Complementary color
Monochromatic Colors of #AB711D
Black with #AB711D
Text Example
Text Example
White with #AB711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB711D; }
p { color: rgb(171,113,29); }
H1.HeaderClassName
{
color: #AB711D;
}
.AnyTagClassName
{
color: #AB711D;
}
</style>
background-color css
<style>
a { background-color: #AB711D; }
a { background-color: rgb(171,113,29); }
div.DivClassName
{
background-color: #AB711D;
}
.BgClassName
{
background-color: #AB711D;
}
</style>
border-color css
<style>
span { border-color: #AB711D; }
span { border-color: rgb(171,113,29); }
td.TdClassName
{
border-color: #AB711D;
}
.TagClassName
{
border-color: #AB711D;
}
</style>