Shades of Hot Toddy #AB782A
Tints of Hot Toddy #AB782A
RGB
CMYK
RGB Variations
Color information
#AB782A (or 0xAB782A) is known color: Hot Toddy. HEX triplet: AB, 78 and 2A. RGB value is (171,120,42). Sum of RGB (Red+Green+Blue) = 171+120+42=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB782A is #5487D5. Grayscale: #7E7E7E. Windows color (decimal): -5539798 or 2783403. OLE color: 2783403.
HSL color Cylindrical-coordinate representation of color #AB782A: hue angle of 36.28º degrees, saturation: 0.61, 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 #AB782A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 42 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.33 |
| HSL | 36.28º | 0.61% | 0.42% | - |
| HSV(B) | 36.28º | 0.75% | 0.67% | - |
| XYZ | 23.93 | 22.26 | 5.23 | - |
| YUV | 126.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 42 | 0 | 0.30 | 0.75 | 0.33 | 36.28 | 0.61 | 0.42 |
| Hex | AB | 78 | 2A | 0 | 1E | 4B | 21 | 24 | 3D | 2A |
| Octal | 253 | 170 | 52 | 0 | 36 | 113 | 41 | 44 | 75 | 52 |
| Binary | 10101011 | 1111000 | 101010 | 0 | 11110 | 1001011 | 100001 | 100100 | 111101 | 101010 |
Color Harmonies of #AB782A
Complementary color
Monochromatic Colors of #AB782A
Black with #AB782A
Text Example
Text Example
White with #AB782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB782A; }
p { color: rgb(171,120,42); }
H1.HeaderClassName
{
color: #AB782A;
}
.AnyTagClassName
{
color: #AB782A;
}
</style>
background-color css
<style>
a { background-color: #AB782A; }
a { background-color: rgb(171,120,42); }
div.DivClassName
{
background-color: #AB782A;
}
.BgClassName
{
background-color: #AB782A;
}
</style>
border-color css
<style>
span { border-color: #AB782A; }
span { border-color: rgb(171,120,42); }
td.TdClassName
{
border-color: #AB782A;
}
.TagClassName
{
border-color: #AB782A;
}
</style>