Shades of Hot Toddy #AC732A
Tints of Hot Toddy #AC732A
RGB
CMYK
RGB Variations
Color information
#AC732A (or 0xAC732A) is known color: Hot Toddy. HEX triplet: AC, 73 and 2A. RGB value is (172,115,42). Sum of RGB (Red+Green+Blue) = 172+115+42=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC732A is #538CD5. Grayscale: #7C7C7C. Windows color (decimal): -5475542 or 2782124. OLE color: 2782124.
HSL color Cylindrical-coordinate representation of color #AC732A: hue angle of 33.69º 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 #AC732A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 42 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.33 |
| HSL | 33.69º | 0.61% | 0.42% | - |
| HSV(B) | 33.69º | 0.76% | 0.67% | - |
| XYZ | 23.56 | 21.2 | 5.04 | - |
| YUV | 123.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 42 | 0 | 0.33 | 0.76 | 0.33 | 33.69 | 0.61 | 0.42 |
| Hex | AC | 73 | 2A | 0 | 21 | 4C | 21 | 22 | 3D | 2A |
| Octal | 254 | 163 | 52 | 0 | 41 | 114 | 41 | 42 | 75 | 52 |
| Binary | 10101100 | 1110011 | 101010 | 0 | 100001 | 1001100 | 100001 | 100010 | 111101 | 101010 |
Color Harmonies of #AC732A
Complementary color
Monochromatic Colors of #AC732A
Black with #AC732A
Text Example
Text Example
White with #AC732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC732A; }
p { color: rgb(172,115,42); }
H1.HeaderClassName
{
color: #AC732A;
}
.AnyTagClassName
{
color: #AC732A;
}
</style>
background-color css
<style>
a { background-color: #AC732A; }
a { background-color: rgb(172,115,42); }
div.DivClassName
{
background-color: #AC732A;
}
.BgClassName
{
background-color: #AC732A;
}
</style>
border-color css
<style>
span { border-color: #AC732A; }
span { border-color: rgb(172,115,42); }
td.TdClassName
{
border-color: #AC732A;
}
.TagClassName
{
border-color: #AC732A;
}
</style>