Shades of Hot Toddy #AC742B
Tints of Hot Toddy #AC742B
RGB
CMYK
RGB Variations
Color information
#AC742B (or 0xAC742B) is known color: Hot Toddy. HEX triplet: AC, 74 and 2B. RGB value is (172,116,43). Sum of RGB (Red+Green+Blue) = 172+116+43=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC742B is #538BD4. Grayscale: #7C7C7C. Windows color (decimal): -5475285 or 2847916. OLE color: 2847916.
HSL color Cylindrical-coordinate representation of color #AC742B: hue angle of 33.95º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC742B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 43 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.33 |
| HSL | 33.95º | 0.6% | 0.42% | - |
| HSV(B) | 33.95º | 0.75% | 0.67% | - |
| XYZ | 23.69 | 21.44 | 5.17 | - |
| YUV | 124.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 43 | 0 | 0.33 | 0.75 | 0.33 | 33.95 | 0.6 | 0.42 |
| Hex | AC | 74 | 2B | 0 | 21 | 4B | 21 | 22 | 3C | 2A |
| Octal | 254 | 164 | 53 | 0 | 41 | 113 | 41 | 42 | 74 | 52 |
| Binary | 10101100 | 1110100 | 101011 | 0 | 100001 | 1001011 | 100001 | 100010 | 111100 | 101010 |
Color Harmonies of #AC742B
Complementary color
Monochromatic Colors of #AC742B
Black with #AC742B
Text Example
Text Example
White with #AC742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC742B; }
p { color: rgb(172,116,43); }
H1.HeaderClassName
{
color: #AC742B;
}
.AnyTagClassName
{
color: #AC742B;
}
</style>
background-color css
<style>
a { background-color: #AC742B; }
a { background-color: rgb(172,116,43); }
div.DivClassName
{
background-color: #AC742B;
}
.BgClassName
{
background-color: #AC742B;
}
</style>
border-color css
<style>
span { border-color: #AC742B; }
span { border-color: rgb(172,116,43); }
td.TdClassName
{
border-color: #AC742B;
}
.TagClassName
{
border-color: #AC742B;
}
</style>