Shades of Hot Toddy #AC742C
Tints of Hot Toddy #AC742C
RGB
CMYK
RGB Variations
Color information
#AC742C (or 0xAC742C) is known color: Hot Toddy. HEX triplet: AC, 74 and 2C. RGB value is (172,116,44). Sum of RGB (Red+Green+Blue) = 172+116+44=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC742C is #538BD3. Grayscale: #7C7C7C. Windows color (decimal): -5475284 or 2913452. OLE color: 2913452.
HSL color Cylindrical-coordinate representation of color #AC742C: hue angle of 33.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC742C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 44 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.33 |
| HSL | 33.75º | 0.59% | 0.42% | - |
| HSV(B) | 33.75º | 0.74% | 0.67% | - |
| XYZ | 23.71 | 21.44 | 5.27 | - |
| YUV | 124.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 44 | 0 | 0.33 | 0.74 | 0.33 | 33.75 | 0.59 | 0.42 |
| Hex | AC | 74 | 2C | 0 | 21 | 4A | 21 | 22 | 3B | 2A |
| Octal | 254 | 164 | 54 | 0 | 41 | 112 | 41 | 42 | 73 | 52 |
| Binary | 10101100 | 1110100 | 101100 | 0 | 100001 | 1001010 | 100001 | 100010 | 111011 | 101010 |
Color Harmonies of #AC742C
Complementary color
Monochromatic Colors of #AC742C
Black with #AC742C
Text Example
Text Example
White with #AC742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC742C; }
p { color: rgb(172,116,44); }
H1.HeaderClassName
{
color: #AC742C;
}
.AnyTagClassName
{
color: #AC742C;
}
</style>
background-color css
<style>
a { background-color: #AC742C; }
a { background-color: rgb(172,116,44); }
div.DivClassName
{
background-color: #AC742C;
}
.BgClassName
{
background-color: #AC742C;
}
</style>
border-color css
<style>
span { border-color: #AC742C; }
span { border-color: rgb(172,116,44); }
td.TdClassName
{
border-color: #AC742C;
}
.TagClassName
{
border-color: #AC742C;
}
</style>