Shades of Hot Toddy #AC7A2A
Tints of Hot Toddy #AC7A2A
RGB
CMYK
RGB Variations
Color information
#AC7A2A (or 0xAC7A2A) is known color: Hot Toddy. HEX triplet: AC, 7A and 2A. RGB value is (172,122,42). Sum of RGB (Red+Green+Blue) = 172+122+42=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A2A is #5385D5. Grayscale: #808080. Windows color (decimal): -5473750 or 2783916. OLE color: 2783916.
HSL color Cylindrical-coordinate representation of color #AC7A2A: hue angle of 36.92º 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 #AC7A2A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 42 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.33 |
| HSL | 36.92º | 0.61% | 0.42% | - |
| HSV(B) | 36.92º | 0.76% | 0.67% | - |
| XYZ | 24.39 | 22.86 | 5.32 | - |
| YUV | 127.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 42 | 0 | 0.29 | 0.76 | 0.33 | 36.92 | 0.61 | 0.42 |
| Hex | AC | 7A | 2A | 0 | 1D | 4C | 21 | 25 | 3D | 2A |
| Octal | 254 | 172 | 52 | 0 | 35 | 114 | 41 | 45 | 75 | 52 |
| Binary | 10101100 | 1111010 | 101010 | 0 | 11101 | 1001100 | 100001 | 100101 | 111101 | 101010 |
Color Harmonies of #AC7A2A
Complementary color
Monochromatic Colors of #AC7A2A
Black with #AC7A2A
Text Example
Text Example
White with #AC7A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A2A; }
p { color: rgb(172,122,42); }
H1.HeaderClassName
{
color: #AC7A2A;
}
.AnyTagClassName
{
color: #AC7A2A;
}
</style>
background-color css
<style>
a { background-color: #AC7A2A; }
a { background-color: rgb(172,122,42); }
div.DivClassName
{
background-color: #AC7A2A;
}
.BgClassName
{
background-color: #AC7A2A;
}
</style>
border-color css
<style>
span { border-color: #AC7A2A; }
span { border-color: rgb(172,122,42); }
td.TdClassName
{
border-color: #AC7A2A;
}
.TagClassName
{
border-color: #AC7A2A;
}
</style>