Shades of Hot Toddy #AC711D
Tints of Hot Toddy #AC711D
RGB
CMYK
RGB Variations
Color information
#AC711D (or 0xAC711D) is known color: Hot Toddy. HEX triplet: AC, 71 and 1D. RGB value is (172,113,29). Sum of RGB (Red+Green+Blue) = 172+113+29=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC711D is #538EE2. Grayscale: #797979. Windows color (decimal): -5476067 or 1929644. OLE color: 1929644.
HSL color Cylindrical-coordinate representation of color #AC711D: hue angle of 35.24º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC711D is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 29 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.33 |
| HSL | 35.24º | 0.71% | 0.39% | - |
| HSV(B) | 35.24º | 0.83% | 0.67% | - |
| XYZ | 23.14 | 20.67 | 3.93 | - |
| YUV | 121.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 29 | 0 | 0.34 | 0.83 | 0.33 | 35.24 | 0.71 | 0.39 |
| Hex | AC | 71 | 1D | 0 | 22 | 53 | 21 | 23 | 47 | 27 |
| Octal | 254 | 161 | 35 | 0 | 42 | 123 | 41 | 43 | 107 | 47 |
| Binary | 10101100 | 1110001 | 11101 | 0 | 100010 | 1010011 | 100001 | 100011 | 1000111 | 100111 |
Color Harmonies of #AC711D
Complementary color
Monochromatic Colors of #AC711D
Black with #AC711D
Text Example
Text Example
White with #AC711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC711D; }
p { color: rgb(172,113,29); }
H1.HeaderClassName
{
color: #AC711D;
}
.AnyTagClassName
{
color: #AC711D;
}
</style>
background-color css
<style>
a { background-color: #AC711D; }
a { background-color: rgb(172,113,29); }
div.DivClassName
{
background-color: #AC711D;
}
.BgClassName
{
background-color: #AC711D;
}
</style>
border-color css
<style>
span { border-color: #AC711D; }
span { border-color: rgb(172,113,29); }
td.TdClassName
{
border-color: #AC711D;
}
.TagClassName
{
border-color: #AC711D;
}
</style>