Shades of Hot Toddy #AC7417
Tints of Hot Toddy #AC7417
RGB
CMYK
RGB Variations
Color information
#AC7417 (or 0xAC7417) is known color: Hot Toddy. HEX triplet: AC, 74 and 17. RGB value is (172,116,23). Sum of RGB (Red+Green+Blue) = 172+116+23=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7417 is #538BE8. Grayscale: #7A7A7A. Windows color (decimal): -5475305 or 1537196. OLE color: 1537196.
HSL color Cylindrical-coordinate representation of color #AC7417: hue angle of 37.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC7417 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 23 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.33 |
| HSL | 37.45º | 0.76% | 0.38% | - |
| HSV(B) | 37.45º | 0.87% | 0.67% | - |
| XYZ | 23.41 | 21.32 | 3.69 | - |
| YUV | 122.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 23 | 0 | 0.33 | 0.87 | 0.33 | 37.45 | 0.76 | 0.38 |
| Hex | AC | 74 | 17 | 0 | 21 | 57 | 21 | 25 | 4C | 26 |
| Octal | 254 | 164 | 27 | 0 | 41 | 127 | 41 | 45 | 114 | 46 |
| Binary | 10101100 | 1110100 | 10111 | 0 | 100001 | 1010111 | 100001 | 100101 | 1001100 | 100110 |
Color Harmonies of #AC7417
Complementary color
Monochromatic Colors of #AC7417
Black with #AC7417
Text Example
Text Example
White with #AC7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7417; }
p { color: rgb(172,116,23); }
H1.HeaderClassName
{
color: #AC7417;
}
.AnyTagClassName
{
color: #AC7417;
}
</style>
background-color css
<style>
a { background-color: #AC7417; }
a { background-color: rgb(172,116,23); }
div.DivClassName
{
background-color: #AC7417;
}
.BgClassName
{
background-color: #AC7417;
}
</style>
border-color css
<style>
span { border-color: #AC7417; }
span { border-color: rgb(172,116,23); }
td.TdClassName
{
border-color: #AC7417;
}
.TagClassName
{
border-color: #AC7417;
}
</style>