Shades of Hot Toddy #AC7429
Tints of Hot Toddy #AC7429
RGB
CMYK
RGB Variations
Color information
#AC7429 (or 0xAC7429) is known color: Hot Toddy. HEX triplet: AC, 74 and 29. RGB value is (172,116,41). Sum of RGB (Red+Green+Blue) = 172+116+41=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7429 is #538BD6. Grayscale: #7C7C7C. Windows color (decimal): -5475287 or 2716844. OLE color: 2716844.
HSL color Cylindrical-coordinate representation of color #AC7429: hue angle of 34.35º 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 #AC7429 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 41 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.33 |
| HSL | 34.35º | 0.62% | 0.42% | - |
| HSV(B) | 34.35º | 0.76% | 0.67% | - |
| XYZ | 23.66 | 21.42 | 4.99 | - |
| YUV | 124.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 41 | 0 | 0.33 | 0.76 | 0.33 | 34.35 | 0.62 | 0.42 |
| Hex | AC | 74 | 29 | 0 | 21 | 4C | 21 | 22 | 3E | 2A |
| Octal | 254 | 164 | 51 | 0 | 41 | 114 | 41 | 42 | 76 | 52 |
| Binary | 10101100 | 1110100 | 101001 | 0 | 100001 | 1001100 | 100001 | 100010 | 111110 | 101010 |
Color Harmonies of #AC7429
Complementary color
Monochromatic Colors of #AC7429
Black with #AC7429
Text Example
Text Example
White with #AC7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7429; }
p { color: rgb(172,116,41); }
H1.HeaderClassName
{
color: #AC7429;
}
.AnyTagClassName
{
color: #AC7429;
}
</style>
background-color css
<style>
a { background-color: #AC7429; }
a { background-color: rgb(172,116,41); }
div.DivClassName
{
background-color: #AC7429;
}
.BgClassName
{
background-color: #AC7429;
}
</style>
border-color css
<style>
span { border-color: #AC7429; }
span { border-color: rgb(172,116,41); }
td.TdClassName
{
border-color: #AC7429;
}
.TagClassName
{
border-color: #AC7429;
}
</style>