Shades of Hot Toddy #AC722F
Tints of Hot Toddy #AC722F
RGB
CMYK
RGB Variations
Color information
#AC722F (or 0xAC722F) is known color: Hot Toddy. HEX triplet: AC, 72 and 2F. RGB value is (172,114,47). Sum of RGB (Red+Green+Blue) = 172+114+47=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC722F is #538DD0. Grayscale: #7C7C7C. Windows color (decimal): -5475793 or 3109548. OLE color: 3109548.
HSL color Cylindrical-coordinate representation of color #AC722F: hue angle of 32.16º 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 #AC722F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 47 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.33 |
| HSL | 32.16º | 0.57% | 0.43% | - |
| HSV(B) | 32.16º | 0.73% | 0.67% | - |
| XYZ | 23.54 | 21.01 | 5.5 | - |
| YUV | 123.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 47 | 0 | 0.34 | 0.73 | 0.33 | 32.16 | 0.57 | 0.43 |
| Hex | AC | 72 | 2F | 0 | 22 | 49 | 21 | 20 | 39 | 2B |
| Octal | 254 | 162 | 57 | 0 | 42 | 111 | 41 | 40 | 71 | 53 |
| Binary | 10101100 | 1110010 | 101111 | 0 | 100010 | 1001001 | 100001 | 100000 | 111001 | 101011 |
Color Harmonies of #AC722F
Complementary color
Monochromatic Colors of #AC722F
Black with #AC722F
Text Example
Text Example
White with #AC722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC722F; }
p { color: rgb(172,114,47); }
H1.HeaderClassName
{
color: #AC722F;
}
.AnyTagClassName
{
color: #AC722F;
}
</style>
background-color css
<style>
a { background-color: #AC722F; }
a { background-color: rgb(172,114,47); }
div.DivClassName
{
background-color: #AC722F;
}
.BgClassName
{
background-color: #AC722F;
}
</style>
border-color css
<style>
span { border-color: #AC722F; }
span { border-color: rgb(172,114,47); }
td.TdClassName
{
border-color: #AC722F;
}
.TagClassName
{
border-color: #AC722F;
}
</style>