Shades of Hot Toddy #AC7D2F
Tints of Hot Toddy #AC7D2F
RGB
CMYK
RGB Variations
Color information
#AC7D2F (or 0xAC7D2F) is known color: Hot Toddy. HEX triplet: AC, 7D and 2F. RGB value is (172,125,47). Sum of RGB (Red+Green+Blue) = 172+125+47=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D2F is #5382D0. Grayscale: #828282. Windows color (decimal): -5472977 or 3112364. OLE color: 3112364.
HSL color Cylindrical-coordinate representation of color #AC7D2F: hue angle of 37.44º degrees, saturation: 0.57, 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 #AC7D2F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 47 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.33 |
| HSL | 37.44º | 0.57% | 0.43% | - |
| HSV(B) | 37.44º | 0.73% | 0.67% | - |
| XYZ | 24.86 | 23.64 | 5.94 | - |
| YUV | 130.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 47 | 0 | 0.27 | 0.73 | 0.33 | 37.44 | 0.57 | 0.43 |
| Hex | AC | 7D | 2F | 0 | 1B | 49 | 21 | 25 | 39 | 2B |
| Octal | 254 | 175 | 57 | 0 | 33 | 111 | 41 | 45 | 71 | 53 |
| Binary | 10101100 | 1111101 | 101111 | 0 | 11011 | 1001001 | 100001 | 100101 | 111001 | 101011 |
Color Harmonies of #AC7D2F
Complementary color
Monochromatic Colors of #AC7D2F
Black with #AC7D2F
Text Example
Text Example
White with #AC7D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D2F; }
p { color: rgb(172,125,47); }
H1.HeaderClassName
{
color: #AC7D2F;
}
.AnyTagClassName
{
color: #AC7D2F;
}
</style>
background-color css
<style>
a { background-color: #AC7D2F; }
a { background-color: rgb(172,125,47); }
div.DivClassName
{
background-color: #AC7D2F;
}
.BgClassName
{
background-color: #AC7D2F;
}
</style>
border-color css
<style>
span { border-color: #AC7D2F; }
span { border-color: rgb(172,125,47); }
td.TdClassName
{
border-color: #AC7D2F;
}
.TagClassName
{
border-color: #AC7D2F;
}
</style>