Shades of Hot Toddy #AC781C
Tints of Hot Toddy #AC781C
RGB
CMYK
RGB Variations
Color information
#AC781C (or 0xAC781C) is known color: Hot Toddy. HEX triplet: AC, 78 and 1C. RGB value is (172,120,28). Sum of RGB (Red+Green+Blue) = 172+120+28=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC781C is #5387E3. Grayscale: #7D7D7D. Windows color (decimal): -5474276 or 1865900. OLE color: 1865900.
HSL color Cylindrical-coordinate representation of color #AC781C: hue angle of 38.33º degrees, saturation: 0.72, 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 #AC781C is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 28 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.33 |
| HSL | 38.33º | 0.72% | 0.39% | - |
| HSV(B) | 38.33º | 0.84% | 0.67% | - |
| XYZ | 23.94 | 22.29 | 4.14 | - |
| YUV | 125.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 28 | 0 | 0.30 | 0.84 | 0.33 | 38.33 | 0.72 | 0.39 |
| Hex | AC | 78 | 1C | 0 | 1E | 54 | 21 | 26 | 48 | 27 |
| Octal | 254 | 170 | 34 | 0 | 36 | 124 | 41 | 46 | 110 | 47 |
| Binary | 10101100 | 1111000 | 11100 | 0 | 11110 | 1010100 | 100001 | 100110 | 1001000 | 100111 |
Color Harmonies of #AC781C
Complementary color
Monochromatic Colors of #AC781C
Black with #AC781C
Text Example
Text Example
White with #AC781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC781C; }
p { color: rgb(172,120,28); }
H1.HeaderClassName
{
color: #AC781C;
}
.AnyTagClassName
{
color: #AC781C;
}
</style>
background-color css
<style>
a { background-color: #AC781C; }
a { background-color: rgb(172,120,28); }
div.DivClassName
{
background-color: #AC781C;
}
.BgClassName
{
background-color: #AC781C;
}
</style>
border-color css
<style>
span { border-color: #AC781C; }
span { border-color: rgb(172,120,28); }
td.TdClassName
{
border-color: #AC781C;
}
.TagClassName
{
border-color: #AC781C;
}
</style>