Shades of Hot Toddy #AC7C21
Tints of Hot Toddy #AC7C21
RGB
CMYK
RGB Variations
Color information
#AC7C21 (or 0xAC7C21) is known color: Hot Toddy. HEX triplet: AC, 7C and 21. RGB value is (172,124,33). Sum of RGB (Red+Green+Blue) = 172+124+33=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C21 is #5383DE. Grayscale: #808080. Windows color (decimal): -5473247 or 2194604. OLE color: 2194604.
HSL color Cylindrical-coordinate representation of color #AC7C21: hue angle of 39.28º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC7C21 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 33 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.33 |
| HSL | 39.28º | 0.68% | 0.4% | - |
| HSV(B) | 39.28º | 0.81% | 0.67% | - |
| XYZ | 24.5 | 23.3 | 4.64 | - |
| YUV | 127.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 33 | 0 | 0.28 | 0.81 | 0.33 | 39.28 | 0.68 | 0.4 |
| Hex | AC | 7C | 21 | 0 | 1C | 51 | 21 | 27 | 44 | 28 |
| Octal | 254 | 174 | 41 | 0 | 34 | 121 | 41 | 47 | 104 | 50 |
| Binary | 10101100 | 1111100 | 100001 | 0 | 11100 | 1010001 | 100001 | 100111 | 1000100 | 101000 |
Color Harmonies of #AC7C21
Complementary color
Monochromatic Colors of #AC7C21
Black with #AC7C21
Text Example
Text Example
White with #AC7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C21; }
p { color: rgb(172,124,33); }
H1.HeaderClassName
{
color: #AC7C21;
}
.AnyTagClassName
{
color: #AC7C21;
}
</style>
background-color css
<style>
a { background-color: #AC7C21; }
a { background-color: rgb(172,124,33); }
div.DivClassName
{
background-color: #AC7C21;
}
.BgClassName
{
background-color: #AC7C21;
}
</style>
border-color css
<style>
span { border-color: #AC7C21; }
span { border-color: rgb(172,124,33); }
td.TdClassName
{
border-color: #AC7C21;
}
.TagClassName
{
border-color: #AC7C21;
}
</style>