Shades of Hot Toddy #AC702B
Tints of Hot Toddy #AC702B
RGB
CMYK
RGB Variations
Color information
#AC702B (or 0xAC702B) is known color: Hot Toddy. HEX triplet: AC, 70 and 2B. RGB value is (172,112,43). Sum of RGB (Red+Green+Blue) = 172+112+43=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702B is #538FD4. Grayscale: #7A7A7A. Windows color (decimal): -5476309 or 2846892. OLE color: 2846892.
HSL color Cylindrical-coordinate representation of color #AC702B: hue angle of 32.09º 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 #AC702B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 43 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.33 |
| HSL | 32.09º | 0.6% | 0.42% | - |
| HSV(B) | 32.09º | 0.75% | 0.67% | - |
| XYZ | 23.24 | 20.53 | 5.02 | - |
| YUV | 122.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 43 | 0 | 0.35 | 0.75 | 0.33 | 32.09 | 0.6 | 0.42 |
| Hex | AC | 70 | 2B | 0 | 23 | 4B | 21 | 20 | 3C | 2A |
| Octal | 254 | 160 | 53 | 0 | 43 | 113 | 41 | 40 | 74 | 52 |
| Binary | 10101100 | 1110000 | 101011 | 0 | 100011 | 1001011 | 100001 | 100000 | 111100 | 101010 |
Color Harmonies of #AC702B
Complementary color
Monochromatic Colors of #AC702B
Black with #AC702B
Text Example
Text Example
White with #AC702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC702B; }
p { color: rgb(172,112,43); }
H1.HeaderClassName
{
color: #AC702B;
}
.AnyTagClassName
{
color: #AC702B;
}
</style>
background-color css
<style>
a { background-color: #AC702B; }
a { background-color: rgb(172,112,43); }
div.DivClassName
{
background-color: #AC702B;
}
.BgClassName
{
background-color: #AC702B;
}
</style>
border-color css
<style>
span { border-color: #AC702B; }
span { border-color: rgb(172,112,43); }
td.TdClassName
{
border-color: #AC702B;
}
.TagClassName
{
border-color: #AC702B;
}
</style>