Shades of Hot Toddy #AC7229
Tints of Hot Toddy #AC7229
RGB
CMYK
RGB Variations
Color information
#AC7229 (or 0xAC7229) is known color: Hot Toddy. HEX triplet: AC, 72 and 29. RGB value is (172,114,41). Sum of RGB (Red+Green+Blue) = 172+114+41=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7229 is #538DD6. Grayscale: #7B7B7B. Windows color (decimal): -5475799 or 2716332. OLE color: 2716332.
HSL color Cylindrical-coordinate representation of color #AC7229: hue angle of 33.44º degrees, saturation: 0.62, 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 #AC7229 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 41 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.33 |
| HSL | 33.44º | 0.62% | 0.42% | - |
| HSV(B) | 33.44º | 0.76% | 0.67% | - |
| XYZ | 23.43 | 20.97 | 4.91 | - |
| YUV | 123.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 41 | 0 | 0.34 | 0.76 | 0.33 | 33.44 | 0.62 | 0.42 |
| Hex | AC | 72 | 29 | 0 | 22 | 4C | 21 | 21 | 3E | 2A |
| Octal | 254 | 162 | 51 | 0 | 42 | 114 | 41 | 41 | 76 | 52 |
| Binary | 10101100 | 1110010 | 101001 | 0 | 100010 | 1001100 | 100001 | 100001 | 111110 | 101010 |
Color Harmonies of #AC7229
Complementary color
Monochromatic Colors of #AC7229
Black with #AC7229
Text Example
Text Example
White with #AC7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7229; }
p { color: rgb(172,114,41); }
H1.HeaderClassName
{
color: #AC7229;
}
.AnyTagClassName
{
color: #AC7229;
}
</style>
background-color css
<style>
a { background-color: #AC7229; }
a { background-color: rgb(172,114,41); }
div.DivClassName
{
background-color: #AC7229;
}
.BgClassName
{
background-color: #AC7229;
}
</style>
border-color css
<style>
span { border-color: #AC7229; }
span { border-color: rgb(172,114,41); }
td.TdClassName
{
border-color: #AC7229;
}
.TagClassName
{
border-color: #AC7229;
}
</style>