Shades of Hot Toddy #AC7E2C
Tints of Hot Toddy #AC7E2C
RGB
CMYK
RGB Variations
Color information
#AC7E2C (or 0xAC7E2C) is known color: Hot Toddy. HEX triplet: AC, 7E and 2C. RGB value is (172,126,44). Sum of RGB (Red+Green+Blue) = 172+126+44=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E2C is #5381D3. Grayscale: #828282. Windows color (decimal): -5472724 or 2916012. OLE color: 2916012.
HSL color Cylindrical-coordinate representation of color #AC7E2C: hue angle of 38.44º 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 #AC7E2C is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 44 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.33 |
| HSL | 38.44º | 0.59% | 0.42% | - |
| HSV(B) | 38.44º | 0.74% | 0.67% | - |
| XYZ | 24.93 | 23.87 | 5.68 | - |
| YUV | 130.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 44 | 0 | 0.27 | 0.74 | 0.33 | 38.44 | 0.59 | 0.42 |
| Hex | AC | 7E | 2C | 0 | 1B | 4A | 21 | 26 | 3B | 2A |
| Octal | 254 | 176 | 54 | 0 | 33 | 112 | 41 | 46 | 73 | 52 |
| Binary | 10101100 | 1111110 | 101100 | 0 | 11011 | 1001010 | 100001 | 100110 | 111011 | 101010 |
Color Harmonies of #AC7E2C
Complementary color
Monochromatic Colors of #AC7E2C
Black with #AC7E2C
Text Example
Text Example
White with #AC7E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E2C; }
p { color: rgb(172,126,44); }
H1.HeaderClassName
{
color: #AC7E2C;
}
.AnyTagClassName
{
color: #AC7E2C;
}
</style>
background-color css
<style>
a { background-color: #AC7E2C; }
a { background-color: rgb(172,126,44); }
div.DivClassName
{
background-color: #AC7E2C;
}
.BgClassName
{
background-color: #AC7E2C;
}
</style>
border-color css
<style>
span { border-color: #AC7E2C; }
span { border-color: rgb(172,126,44); }
td.TdClassName
{
border-color: #AC7E2C;
}
.TagClassName
{
border-color: #AC7E2C;
}
</style>