Shades of Hot Toddy #AC741C
Tints of Hot Toddy #AC741C
RGB
CMYK
RGB Variations
Color information
#AC741C (or 0xAC741C) is known color: Hot Toddy. HEX triplet: AC, 74 and 1C. RGB value is (172,116,28). Sum of RGB (Red+Green+Blue) = 172+116+28=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741C is #538BE3. Grayscale: #7B7B7B. Windows color (decimal): -5475300 or 1864876. OLE color: 1864876.
HSL color Cylindrical-coordinate representation of color #AC741C: hue angle of 36.67º 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 #AC741C is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 28 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.33 |
| HSL | 36.67º | 0.72% | 0.39% | - |
| HSV(B) | 36.67º | 0.84% | 0.67% | - |
| XYZ | 23.47 | 21.35 | 3.98 | - |
| YUV | 122.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 28 | 0 | 0.33 | 0.84 | 0.33 | 36.67 | 0.72 | 0.39 |
| Hex | AC | 74 | 1C | 0 | 21 | 54 | 21 | 25 | 48 | 27 |
| Octal | 254 | 164 | 34 | 0 | 41 | 124 | 41 | 45 | 110 | 47 |
| Binary | 10101100 | 1110100 | 11100 | 0 | 100001 | 1010100 | 100001 | 100101 | 1001000 | 100111 |
Color Harmonies of #AC741C
Complementary color
Monochromatic Colors of #AC741C
Black with #AC741C
Text Example
Text Example
White with #AC741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC741C; }
p { color: rgb(172,116,28); }
H1.HeaderClassName
{
color: #AC741C;
}
.AnyTagClassName
{
color: #AC741C;
}
</style>
background-color css
<style>
a { background-color: #AC741C; }
a { background-color: rgb(172,116,28); }
div.DivClassName
{
background-color: #AC741C;
}
.BgClassName
{
background-color: #AC741C;
}
</style>
border-color css
<style>
span { border-color: #AC741C; }
span { border-color: rgb(172,116,28); }
td.TdClassName
{
border-color: #AC741C;
}
.TagClassName
{
border-color: #AC741C;
}
</style>