Shades of Hot Toddy #AB712B
Tints of Hot Toddy #AB712B
RGB
CMYK
RGB Variations
Color information
#AB712B (or 0xAB712B) is known color: Hot Toddy. HEX triplet: AB, 71 and 2B. RGB value is (171,113,43). Sum of RGB (Red+Green+Blue) = 171+113+43=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB712B is #548ED4. Grayscale: #7A7A7A. Windows color (decimal): -5541589 or 2847147. OLE color: 2847147.
HSL color Cylindrical-coordinate representation of color #AB712B: hue angle of 32.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB712B is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 43 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.33 |
| HSL | 32.81º | 0.6% | 0.42% | - |
| HSV(B) | 32.81º | 0.75% | 0.67% | - |
| XYZ | 23.14 | 20.64 | 5.05 | - |
| YUV | 122.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 43 | 0 | 0.34 | 0.75 | 0.33 | 32.81 | 0.6 | 0.42 |
| Hex | AB | 71 | 2B | 0 | 22 | 4B | 21 | 21 | 3C | 2A |
| Octal | 253 | 161 | 53 | 0 | 42 | 113 | 41 | 41 | 74 | 52 |
| Binary | 10101011 | 1110001 | 101011 | 0 | 100010 | 1001011 | 100001 | 100001 | 111100 | 101010 |
Color Harmonies of #AB712B
Complementary color
Monochromatic Colors of #AB712B
Black with #AB712B
Text Example
Text Example
White with #AB712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB712B; }
p { color: rgb(171,113,43); }
H1.HeaderClassName
{
color: #AB712B;
}
.AnyTagClassName
{
color: #AB712B;
}
</style>
background-color css
<style>
a { background-color: #AB712B; }
a { background-color: rgb(171,113,43); }
div.DivClassName
{
background-color: #AB712B;
}
.BgClassName
{
background-color: #AB712B;
}
</style>
border-color css
<style>
span { border-color: #AB712B; }
span { border-color: rgb(171,113,43); }
td.TdClassName
{
border-color: #AB712B;
}
.TagClassName
{
border-color: #AB712B;
}
</style>