Shades of Hot Toddy #AC7224
Tints of Hot Toddy #AC7224
RGB
CMYK
RGB Variations
Color information
#AC7224 (or 0xAC7224) is known color: Hot Toddy. HEX triplet: AC, 72 and 24. RGB value is (172,114,36). Sum of RGB (Red+Green+Blue) = 172+114+36=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7224 is #538DDB. Grayscale: #7A7A7A. Windows color (decimal): -5475804 or 2388652. OLE color: 2388652.
HSL color Cylindrical-coordinate representation of color #AC7224: hue angle of 34.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC7224 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 36 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.33 |
| HSL | 34.41º | 0.65% | 0.41% | - |
| HSV(B) | 34.41º | 0.79% | 0.67% | - |
| XYZ | 23.35 | 20.93 | 4.48 | - |
| YUV | 122.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 36 | 0 | 0.34 | 0.79 | 0.33 | 34.41 | 0.65 | 0.41 |
| Hex | AC | 72 | 24 | 0 | 22 | 4F | 21 | 22 | 41 | 29 |
| Octal | 254 | 162 | 44 | 0 | 42 | 117 | 41 | 42 | 101 | 51 |
| Binary | 10101100 | 1110010 | 100100 | 0 | 100010 | 1001111 | 100001 | 100010 | 1000001 | 101001 |
Color Harmonies of #AC7224
Complementary color
Monochromatic Colors of #AC7224
Black with #AC7224
Text Example
Text Example
White with #AC7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7224; }
p { color: rgb(172,114,36); }
H1.HeaderClassName
{
color: #AC7224;
}
.AnyTagClassName
{
color: #AC7224;
}
</style>
background-color css
<style>
a { background-color: #AC7224; }
a { background-color: rgb(172,114,36); }
div.DivClassName
{
background-color: #AC7224;
}
.BgClassName
{
background-color: #AC7224;
}
</style>
border-color css
<style>
span { border-color: #AC7224; }
span { border-color: rgb(172,114,36); }
td.TdClassName
{
border-color: #AC7224;
}
.TagClassName
{
border-color: #AC7224;
}
</style>