Shades of Hot Toddy #AC722A
Tints of Hot Toddy #AC722A
RGB
CMYK
RGB Variations
Color information
#AC722A (or 0xAC722A) is known color: Hot Toddy. HEX triplet: AC, 72 and 2A. RGB value is (172,114,42). Sum of RGB (Red+Green+Blue) = 172+114+42=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC722A is #538DD5. Grayscale: #7B7B7B. Windows color (decimal): -5475798 or 2781868. OLE color: 2781868.
HSL color Cylindrical-coordinate representation of color #AC722A: hue angle of 33.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC722A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 42 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.33 |
| HSL | 33.23º | 0.61% | 0.42% | - |
| HSV(B) | 33.23º | 0.76% | 0.67% | - |
| XYZ | 23.45 | 20.97 | 5 | - |
| YUV | 123.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 42 | 0 | 0.34 | 0.76 | 0.33 | 33.23 | 0.61 | 0.42 |
| Hex | AC | 72 | 2A | 0 | 22 | 4C | 21 | 21 | 3D | 2A |
| Octal | 254 | 162 | 52 | 0 | 42 | 114 | 41 | 41 | 75 | 52 |
| Binary | 10101100 | 1110010 | 101010 | 0 | 100010 | 1001100 | 100001 | 100001 | 111101 | 101010 |
Color Harmonies of #AC722A
Complementary color
Monochromatic Colors of #AC722A
Black with #AC722A
Text Example
Text Example
White with #AC722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC722A; }
p { color: rgb(172,114,42); }
H1.HeaderClassName
{
color: #AC722A;
}
.AnyTagClassName
{
color: #AC722A;
}
</style>
background-color css
<style>
a { background-color: #AC722A; }
a { background-color: rgb(172,114,42); }
div.DivClassName
{
background-color: #AC722A;
}
.BgClassName
{
background-color: #AC722A;
}
</style>
border-color css
<style>
span { border-color: #AC722A; }
span { border-color: rgb(172,114,42); }
td.TdClassName
{
border-color: #AC722A;
}
.TagClassName
{
border-color: #AC722A;
}
</style>