Shades of Hot Toddy #AC7129
Tints of Hot Toddy #AC7129
RGB
CMYK
RGB Variations
Color information
#AC7129 (or 0xAC7129) is known color: Hot Toddy. HEX triplet: AC, 71 and 29. RGB value is (172,113,41). Sum of RGB (Red+Green+Blue) = 172+113+41=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7129 is #538ED6. Grayscale: #7A7A7A. Windows color (decimal): -5476055 or 2716076. OLE color: 2716076.
HSL color Cylindrical-coordinate representation of color #AC7129: hue angle of 32.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC7129 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 41 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.33 |
| HSL | 32.98º | 0.62% | 0.42% | - |
| HSV(B) | 32.98º | 0.76% | 0.67% | - |
| XYZ | 23.32 | 20.74 | 4.87 | - |
| YUV | 122.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 41 | 0 | 0.34 | 0.76 | 0.33 | 32.98 | 0.62 | 0.42 |
| Hex | AC | 71 | 29 | 0 | 22 | 4C | 21 | 21 | 3E | 2A |
| Octal | 254 | 161 | 51 | 0 | 42 | 114 | 41 | 41 | 76 | 52 |
| Binary | 10101100 | 1110001 | 101001 | 0 | 100010 | 1001100 | 100001 | 100001 | 111110 | 101010 |
Color Harmonies of #AC7129
Complementary color
Monochromatic Colors of #AC7129
Black with #AC7129
Text Example
Text Example
White with #AC7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7129; }
p { color: rgb(172,113,41); }
H1.HeaderClassName
{
color: #AC7129;
}
.AnyTagClassName
{
color: #AC7129;
}
</style>
background-color css
<style>
a { background-color: #AC7129; }
a { background-color: rgb(172,113,41); }
div.DivClassName
{
background-color: #AC7129;
}
.BgClassName
{
background-color: #AC7129;
}
</style>
border-color css
<style>
span { border-color: #AC7129; }
span { border-color: rgb(172,113,41); }
td.TdClassName
{
border-color: #AC7129;
}
.TagClassName
{
border-color: #AC7129;
}
</style>