Shades of Hot Toddy #AC741E
Tints of Hot Toddy #AC741E
RGB
CMYK
RGB Variations
Color information
#AC741E (or 0xAC741E) is known color: Hot Toddy. HEX triplet: AC, 74 and 1E. RGB value is (172,116,30). Sum of RGB (Red+Green+Blue) = 172+116+30=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741E is #538BE1. Grayscale: #7B7B7B. Windows color (decimal): -5475298 or 1995948. OLE color: 1995948.
HSL color Cylindrical-coordinate representation of color #AC741E: hue angle of 36.34º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC741E is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 30 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.33 |
| HSL | 36.34º | 0.7% | 0.4% | - |
| HSV(B) | 36.34º | 0.83% | 0.67% | - |
| XYZ | 23.49 | 21.36 | 4.11 | - |
| YUV | 122.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 30 | 0 | 0.33 | 0.83 | 0.33 | 36.34 | 0.7 | 0.4 |
| Hex | AC | 74 | 1E | 0 | 21 | 53 | 21 | 24 | 46 | 28 |
| Octal | 254 | 164 | 36 | 0 | 41 | 123 | 41 | 44 | 106 | 50 |
| Binary | 10101100 | 1110100 | 11110 | 0 | 100001 | 1010011 | 100001 | 100100 | 1000110 | 101000 |
Color Harmonies of #AC741E
Complementary color
Monochromatic Colors of #AC741E
Black with #AC741E
Text Example
Text Example
White with #AC741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC741E; }
p { color: rgb(172,116,30); }
H1.HeaderClassName
{
color: #AC741E;
}
.AnyTagClassName
{
color: #AC741E;
}
</style>
background-color css
<style>
a { background-color: #AC741E; }
a { background-color: rgb(172,116,30); }
div.DivClassName
{
background-color: #AC741E;
}
.BgClassName
{
background-color: #AC741E;
}
</style>
border-color css
<style>
span { border-color: #AC741E; }
span { border-color: rgb(172,116,30); }
td.TdClassName
{
border-color: #AC741E;
}
.TagClassName
{
border-color: #AC741E;
}
</style>