Shades of Hot Toddy #AB781A
Tints of Hot Toddy #AB781A
RGB
CMYK
RGB Variations
Color information
#AB781A (or 0xAB781A) is known color: Hot Toddy. HEX triplet: AB, 78 and 1A. RGB value is (171,120,26). Sum of RGB (Red+Green+Blue) = 171+120+26=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB781A is #5487E5. Grayscale: #7C7C7C. Windows color (decimal): -5539814 or 1734827. OLE color: 1734827.
HSL color Cylindrical-coordinate representation of color #AB781A: hue angle of 38.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB781A is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 26 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.33 |
| HSL | 38.9º | 0.74% | 0.39% | - |
| HSV(B) | 38.9º | 0.85% | 0.67% | - |
| XYZ | 23.7 | 22.17 | 4.01 | - |
| YUV | 124.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 26 | 0 | 0.30 | 0.85 | 0.33 | 38.9 | 0.74 | 0.39 |
| Hex | AB | 78 | 1A | 0 | 1E | 55 | 21 | 27 | 4A | 27 |
| Octal | 253 | 170 | 32 | 0 | 36 | 125 | 41 | 47 | 112 | 47 |
| Binary | 10101011 | 1111000 | 11010 | 0 | 11110 | 1010101 | 100001 | 100111 | 1001010 | 100111 |
Color Harmonies of #AB781A
Complementary color
Monochromatic Colors of #AB781A
Black with #AB781A
Text Example
Text Example
White with #AB781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB781A; }
p { color: rgb(171,120,26); }
H1.HeaderClassName
{
color: #AB781A;
}
.AnyTagClassName
{
color: #AB781A;
}
</style>
background-color css
<style>
a { background-color: #AB781A; }
a { background-color: rgb(171,120,26); }
div.DivClassName
{
background-color: #AB781A;
}
.BgClassName
{
background-color: #AB781A;
}
</style>
border-color css
<style>
span { border-color: #AB781A; }
span { border-color: rgb(171,120,26); }
td.TdClassName
{
border-color: #AB781A;
}
.TagClassName
{
border-color: #AB781A;
}
</style>