Shades of Hot Toddy #AB782C
Tints of Hot Toddy #AB782C
RGB
CMYK
RGB Variations
Color information
#AB782C (or 0xAB782C) is known color: Hot Toddy. HEX triplet: AB, 78 and 2C. RGB value is (171,120,44). Sum of RGB (Red+Green+Blue) = 171+120+44=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB782C is #5487D3. Grayscale: #7E7E7E. Windows color (decimal): -5539796 or 2914475. OLE color: 2914475.
HSL color Cylindrical-coordinate representation of color #AB782C: hue angle of 35.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB782C is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 44 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.33 |
| HSL | 35.91º | 0.59% | 0.42% | - |
| HSV(B) | 35.91º | 0.74% | 0.67% | - |
| XYZ | 23.97 | 22.27 | 5.42 | - |
| YUV | 126.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 44 | 0 | 0.30 | 0.74 | 0.33 | 35.91 | 0.59 | 0.42 |
| Hex | AB | 78 | 2C | 0 | 1E | 4A | 21 | 24 | 3B | 2A |
| Octal | 253 | 170 | 54 | 0 | 36 | 112 | 41 | 44 | 73 | 52 |
| Binary | 10101011 | 1111000 | 101100 | 0 | 11110 | 1001010 | 100001 | 100100 | 111011 | 101010 |
Color Harmonies of #AB782C
Complementary color
Monochromatic Colors of #AB782C
Black with #AB782C
Text Example
Text Example
White with #AB782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB782C; }
p { color: rgb(171,120,44); }
H1.HeaderClassName
{
color: #AB782C;
}
.AnyTagClassName
{
color: #AB782C;
}
</style>
background-color css
<style>
a { background-color: #AB782C; }
a { background-color: rgb(171,120,44); }
div.DivClassName
{
background-color: #AB782C;
}
.BgClassName
{
background-color: #AB782C;
}
</style>
border-color css
<style>
span { border-color: #AB782C; }
span { border-color: rgb(171,120,44); }
td.TdClassName
{
border-color: #AB782C;
}
.TagClassName
{
border-color: #AB782C;
}
</style>