Shades of Hot Toddy #AB721C
Tints of Hot Toddy #AB721C
RGB
CMYK
RGB Variations
Color information
#AB721C (or 0xAB721C) is known color: Hot Toddy. HEX triplet: AB, 72 and 1C. RGB value is (171,114,28). Sum of RGB (Red+Green+Blue) = 171+114+28=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB721C is #548DE3. Grayscale: #797979. Windows color (decimal): -5541348 or 1864363. OLE color: 1864363.
HSL color Cylindrical-coordinate representation of color #AB721C: hue angle of 36.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB721C is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 28 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.33 |
| HSL | 36.08º | 0.72% | 0.39% | - |
| HSV(B) | 36.08º | 0.84% | 0.67% | - |
| XYZ | 23.02 | 20.78 | 3.9 | - |
| YUV | 121.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 28 | 0 | 0.33 | 0.84 | 0.33 | 36.08 | 0.72 | 0.39 |
| Hex | AB | 72 | 1C | 0 | 21 | 54 | 21 | 24 | 48 | 27 |
| Octal | 253 | 162 | 34 | 0 | 41 | 124 | 41 | 44 | 110 | 47 |
| Binary | 10101011 | 1110010 | 11100 | 0 | 100001 | 1010100 | 100001 | 100100 | 1001000 | 100111 |
Color Harmonies of #AB721C
Complementary color
Monochromatic Colors of #AB721C
Black with #AB721C
Text Example
Text Example
White with #AB721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB721C; }
p { color: rgb(171,114,28); }
H1.HeaderClassName
{
color: #AB721C;
}
.AnyTagClassName
{
color: #AB721C;
}
</style>
background-color css
<style>
a { background-color: #AB721C; }
a { background-color: rgb(171,114,28); }
div.DivClassName
{
background-color: #AB721C;
}
.BgClassName
{
background-color: #AB721C;
}
</style>
border-color css
<style>
span { border-color: #AB721C; }
span { border-color: rgb(171,114,28); }
td.TdClassName
{
border-color: #AB721C;
}
.TagClassName
{
border-color: #AB721C;
}
</style>