Shades of Hot Toddy #AC781B
Tints of Hot Toddy #AC781B
RGB
CMYK
RGB Variations
Color information
#AC781B (or 0xAC781B) is known color: Hot Toddy. HEX triplet: AC, 78 and 1B. RGB value is (172,120,27). Sum of RGB (Red+Green+Blue) = 172+120+27=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC781B is #5387E4. Grayscale: #7D7D7D. Windows color (decimal): -5474277 or 1800364. OLE color: 1800364.
HSL color Cylindrical-coordinate representation of color #AC781B: hue angle of 38.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC781B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 27 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.33 |
| HSL | 38.48º | 0.73% | 0.39% | - |
| HSV(B) | 38.48º | 0.84% | 0.67% | - |
| XYZ | 23.93 | 22.28 | 4.08 | - |
| YUV | 124.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 27 | 0 | 0.30 | 0.84 | 0.33 | 38.48 | 0.73 | 0.39 |
| Hex | AC | 78 | 1B | 0 | 1E | 54 | 21 | 26 | 49 | 27 |
| Octal | 254 | 170 | 33 | 0 | 36 | 124 | 41 | 46 | 111 | 47 |
| Binary | 10101100 | 1111000 | 11011 | 0 | 11110 | 1010100 | 100001 | 100110 | 1001001 | 100111 |
Color Harmonies of #AC781B
Complementary color
Monochromatic Colors of #AC781B
Black with #AC781B
Text Example
Text Example
White with #AC781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC781B; }
p { color: rgb(172,120,27); }
H1.HeaderClassName
{
color: #AC781B;
}
.AnyTagClassName
{
color: #AC781B;
}
</style>
background-color css
<style>
a { background-color: #AC781B; }
a { background-color: rgb(172,120,27); }
div.DivClassName
{
background-color: #AC781B;
}
.BgClassName
{
background-color: #AC781B;
}
</style>
border-color css
<style>
span { border-color: #AC781B; }
span { border-color: rgb(172,120,27); }
td.TdClassName
{
border-color: #AC781B;
}
.TagClassName
{
border-color: #AC781B;
}
</style>