Shades of Hot Toddy #AC711F
Tints of Hot Toddy #AC711F
RGB
CMYK
RGB Variations
Color information
#AC711F (or 0xAC711F) is known color: Hot Toddy. HEX triplet: AC, 71 and 1F. RGB value is (172,113,31). Sum of RGB (Red+Green+Blue) = 172+113+31=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC711F is #538EE0. Grayscale: #797979. Windows color (decimal): -5476065 or 2060716. OLE color: 2060716.
HSL color Cylindrical-coordinate representation of color #AC711F: hue angle of 34.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC711F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 31 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.33 |
| HSL | 34.89º | 0.69% | 0.4% | - |
| HSV(B) | 34.89º | 0.82% | 0.67% | - |
| XYZ | 23.17 | 20.68 | 4.07 | - |
| YUV | 121.29 | 77.05 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 31 | 0 | 0.34 | 0.82 | 0.33 | 34.89 | 0.69 | 0.4 |
| Hex | AC | 71 | 1F | 0 | 22 | 52 | 21 | 23 | 45 | 28 |
| Octal | 254 | 161 | 37 | 0 | 42 | 122 | 41 | 43 | 105 | 50 |
| Binary | 10101100 | 1110001 | 11111 | 0 | 100010 | 1010010 | 100001 | 100011 | 1000101 | 101000 |
Color Harmonies of #AC711F
Complementary color
Monochromatic Colors of #AC711F
Black with #AC711F
Text Example
Text Example
White with #AC711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC711F; }
p { color: rgb(172,113,31); }
H1.HeaderClassName
{
color: #AC711F;
}
.AnyTagClassName
{
color: #AC711F;
}
</style>
background-color css
<style>
a { background-color: #AC711F; }
a { background-color: rgb(172,113,31); }
div.DivClassName
{
background-color: #AC711F;
}
.BgClassName
{
background-color: #AC711F;
}
</style>
border-color css
<style>
span { border-color: #AC711F; }
span { border-color: rgb(172,113,31); }
td.TdClassName
{
border-color: #AC711F;
}
.TagClassName
{
border-color: #AC711F;
}
</style>