Shades of Hot Toddy #AC752B
Tints of Hot Toddy #AC752B
RGB
CMYK
RGB Variations
Color information
#AC752B (or 0xAC752B) is known color: Hot Toddy. HEX triplet: AC, 75 and 2B. RGB value is (172,117,43). Sum of RGB (Red+Green+Blue) = 172+117+43=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC752B is #538AD4. Grayscale: #7D7D7D. Windows color (decimal): -5475029 or 2848172. OLE color: 2848172.
HSL color Cylindrical-coordinate representation of color #AC752B: hue angle of 34.42º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC752B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 43 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.33 |
| HSL | 34.42º | 0.6% | 0.42% | - |
| HSV(B) | 34.42º | 0.75% | 0.67% | - |
| XYZ | 23.81 | 21.67 | 5.21 | - |
| YUV | 125.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 43 | 0 | 0.32 | 0.75 | 0.33 | 34.42 | 0.6 | 0.42 |
| Hex | AC | 75 | 2B | 0 | 20 | 4B | 21 | 22 | 3C | 2A |
| Octal | 254 | 165 | 53 | 0 | 40 | 113 | 41 | 42 | 74 | 52 |
| Binary | 10101100 | 1110101 | 101011 | 0 | 100000 | 1001011 | 100001 | 100010 | 111100 | 101010 |
Color Harmonies of #AC752B
Complementary color
Monochromatic Colors of #AC752B
Black with #AC752B
Text Example
Text Example
White with #AC752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC752B; }
p { color: rgb(172,117,43); }
H1.HeaderClassName
{
color: #AC752B;
}
.AnyTagClassName
{
color: #AC752B;
}
</style>
background-color css
<style>
a { background-color: #AC752B; }
a { background-color: rgb(172,117,43); }
div.DivClassName
{
background-color: #AC752B;
}
.BgClassName
{
background-color: #AC752B;
}
</style>
border-color css
<style>
span { border-color: #AC752B; }
span { border-color: rgb(172,117,43); }
td.TdClassName
{
border-color: #AC752B;
}
.TagClassName
{
border-color: #AC752B;
}
</style>