Shades of Hot Toddy #AB7122
Tints of Hot Toddy #AB7122
RGB
CMYK
RGB Variations
Color information
#AB7122 (or 0xAB7122) is known color: Hot Toddy. HEX triplet: AB, 71 and 22. RGB value is (171,113,34). Sum of RGB (Red+Green+Blue) = 171+113+34=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7122 is #548EDD. Grayscale: #797979. Windows color (decimal): -5541598 or 2257323. OLE color: 2257323.
HSL color Cylindrical-coordinate representation of color #AB7122: hue angle of 34.6º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB7122 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 34 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.33 |
| HSL | 34.6º | 0.67% | 0.4% | - |
| HSV(B) | 34.6º | 0.8% | 0.67% | - |
| XYZ | 22.99 | 20.58 | 4.27 | - |
| YUV | 121.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 34 | 0 | 0.34 | 0.80 | 0.33 | 34.6 | 0.67 | 0.4 |
| Hex | AB | 71 | 22 | 0 | 22 | 50 | 21 | 23 | 43 | 28 |
| Octal | 253 | 161 | 42 | 0 | 42 | 120 | 41 | 43 | 103 | 50 |
| Binary | 10101011 | 1110001 | 100010 | 0 | 100010 | 1010000 | 100001 | 100011 | 1000011 | 101000 |
Color Harmonies of #AB7122
Complementary color
Monochromatic Colors of #AB7122
Black with #AB7122
Text Example
Text Example
White with #AB7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7122; }
p { color: rgb(171,113,34); }
H1.HeaderClassName
{
color: #AB7122;
}
.AnyTagClassName
{
color: #AB7122;
}
</style>
background-color css
<style>
a { background-color: #AB7122; }
a { background-color: rgb(171,113,34); }
div.DivClassName
{
background-color: #AB7122;
}
.BgClassName
{
background-color: #AB7122;
}
</style>
border-color css
<style>
span { border-color: #AB7122; }
span { border-color: rgb(171,113,34); }
td.TdClassName
{
border-color: #AB7122;
}
.TagClassName
{
border-color: #AB7122;
}
</style>