Shades of Hot Toddy #AC721A
Tints of Hot Toddy #AC721A
RGB
CMYK
RGB Variations
Color information
#AC721A (or 0xAC721A) is known color: Hot Toddy. HEX triplet: AC, 72 and 1A. RGB value is (172,114,26). Sum of RGB (Red+Green+Blue) = 172+114+26=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC721A is #538DE5. Grayscale: #797979. Windows color (decimal): -5475814 or 1733292. OLE color: 1733292.
HSL color Cylindrical-coordinate representation of color #AC721A: hue angle of 36.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC721A is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 26 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.33 |
| HSL | 36.16º | 0.74% | 0.39% | - |
| HSV(B) | 36.16º | 0.85% | 0.67% | - |
| XYZ | 23.22 | 20.88 | 3.78 | - |
| YUV | 121.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 26 | 0 | 0.34 | 0.85 | 0.33 | 36.16 | 0.74 | 0.39 |
| Hex | AC | 72 | 1A | 0 | 22 | 55 | 21 | 24 | 4A | 27 |
| Octal | 254 | 162 | 32 | 0 | 42 | 125 | 41 | 44 | 112 | 47 |
| Binary | 10101100 | 1110010 | 11010 | 0 | 100010 | 1010101 | 100001 | 100100 | 1001010 | 100111 |
Color Harmonies of #AC721A
Complementary color
Monochromatic Colors of #AC721A
Black with #AC721A
Text Example
Text Example
White with #AC721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC721A; }
p { color: rgb(172,114,26); }
H1.HeaderClassName
{
color: #AC721A;
}
.AnyTagClassName
{
color: #AC721A;
}
</style>
background-color css
<style>
a { background-color: #AC721A; }
a { background-color: rgb(172,114,26); }
div.DivClassName
{
background-color: #AC721A;
}
.BgClassName
{
background-color: #AC721A;
}
</style>
border-color css
<style>
span { border-color: #AC721A; }
span { border-color: rgb(172,114,26); }
td.TdClassName
{
border-color: #AC721A;
}
.TagClassName
{
border-color: #AC721A;
}
</style>