Shades of Hot Toddy #AB7C2E
Tints of Hot Toddy #AB7C2E
RGB
CMYK
RGB Variations
Color information
#AB7C2E (or 0xAB7C2E) is known color: Hot Toddy. HEX triplet: AB, 7C and 2E. RGB value is (171,124,46). Sum of RGB (Red+Green+Blue) = 171+124+46=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C2E is #5483D1. Grayscale: #818181. Windows color (decimal): -5538770 or 3046571. OLE color: 3046571.
HSL color Cylindrical-coordinate representation of color #AB7C2E: hue angle of 37.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB7C2E is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 46 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.33 |
| HSL | 37.44º | 0.58% | 0.43% | - |
| HSV(B) | 37.44º | 0.73% | 0.67% | - |
| XYZ | 24.5 | 23.27 | 5.79 | - |
| YUV | 129.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 46 | 0 | 0.27 | 0.73 | 0.33 | 37.44 | 0.58 | 0.43 |
| Hex | AB | 7C | 2E | 0 | 1B | 49 | 21 | 25 | 3A | 2B |
| Octal | 253 | 174 | 56 | 0 | 33 | 111 | 41 | 45 | 72 | 53 |
| Binary | 10101011 | 1111100 | 101110 | 0 | 11011 | 1001001 | 100001 | 100101 | 111010 | 101011 |
Color Harmonies of #AB7C2E
Complementary color
Monochromatic Colors of #AB7C2E
Black with #AB7C2E
Text Example
Text Example
White with #AB7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C2E; }
p { color: rgb(171,124,46); }
H1.HeaderClassName
{
color: #AB7C2E;
}
.AnyTagClassName
{
color: #AB7C2E;
}
</style>
background-color css
<style>
a { background-color: #AB7C2E; }
a { background-color: rgb(171,124,46); }
div.DivClassName
{
background-color: #AB7C2E;
}
.BgClassName
{
background-color: #AB7C2E;
}
</style>
border-color css
<style>
span { border-color: #AB7C2E; }
span { border-color: rgb(171,124,46); }
td.TdClassName
{
border-color: #AB7C2E;
}
.TagClassName
{
border-color: #AB7C2E;
}
</style>