Shades of Hot Toddy #AC7D2E
Tints of Hot Toddy #AC7D2E
RGB
CMYK
RGB Variations
Color information
#AC7D2E (or 0xAC7D2E) is known color: Hot Toddy. HEX triplet: AC, 7D and 2E. RGB value is (172,125,46). Sum of RGB (Red+Green+Blue) = 172+125+46=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D2E is #5382D1. Grayscale: #828282. Windows color (decimal): -5472978 or 3046828. OLE color: 3046828.
HSL color Cylindrical-coordinate representation of color #AC7D2E: hue angle of 37.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC7D2E is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 46 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.33 |
| HSL | 37.62º | 0.58% | 0.43% | - |
| HSV(B) | 37.62º | 0.73% | 0.67% | - |
| XYZ | 24.84 | 23.64 | 5.84 | - |
| YUV | 130.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 46 | 0 | 0.27 | 0.73 | 0.33 | 37.62 | 0.58 | 0.43 |
| Hex | AC | 7D | 2E | 0 | 1B | 49 | 21 | 26 | 3A | 2B |
| Octal | 254 | 175 | 56 | 0 | 33 | 111 | 41 | 46 | 72 | 53 |
| Binary | 10101100 | 1111101 | 101110 | 0 | 11011 | 1001001 | 100001 | 100110 | 111010 | 101011 |
Color Harmonies of #AC7D2E
Complementary color
Monochromatic Colors of #AC7D2E
Black with #AC7D2E
Text Example
Text Example
White with #AC7D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D2E; }
p { color: rgb(172,125,46); }
H1.HeaderClassName
{
color: #AC7D2E;
}
.AnyTagClassName
{
color: #AC7D2E;
}
</style>
background-color css
<style>
a { background-color: #AC7D2E; }
a { background-color: rgb(172,125,46); }
div.DivClassName
{
background-color: #AC7D2E;
}
.BgClassName
{
background-color: #AC7D2E;
}
</style>
border-color css
<style>
span { border-color: #AC7D2E; }
span { border-color: rgb(172,125,46); }
td.TdClassName
{
border-color: #AC7D2E;
}
.TagClassName
{
border-color: #AC7D2E;
}
</style>