Shades of Hot Toddy #AC7B2A
Tints of Hot Toddy #AC7B2A
RGB
CMYK
RGB Variations
Color information
#AC7B2A (or 0xAC7B2A) is known color: Hot Toddy. HEX triplet: AC, 7B and 2A. RGB value is (172,123,42). Sum of RGB (Red+Green+Blue) = 172+123+42=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B2A is #5384D5. Grayscale: #808080. Windows color (decimal): -5473494 or 2784172. OLE color: 2784172.
HSL color Cylindrical-coordinate representation of color #AC7B2A: hue angle of 37.38º 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 #AC7B2A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 42 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.33 |
| HSL | 37.38º | 0.61% | 0.42% | - |
| HSV(B) | 37.38º | 0.76% | 0.67% | - |
| XYZ | 24.51 | 23.1 | 5.36 | - |
| YUV | 128.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 42 | 0 | 0.28 | 0.76 | 0.33 | 37.38 | 0.61 | 0.42 |
| Hex | AC | 7B | 2A | 0 | 1C | 4C | 21 | 25 | 3D | 2A |
| Octal | 254 | 173 | 52 | 0 | 34 | 114 | 41 | 45 | 75 | 52 |
| Binary | 10101100 | 1111011 | 101010 | 0 | 11100 | 1001100 | 100001 | 100101 | 111101 | 101010 |
Color Harmonies of #AC7B2A
Complementary color
Monochromatic Colors of #AC7B2A
Black with #AC7B2A
Text Example
Text Example
White with #AC7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B2A; }
p { color: rgb(172,123,42); }
H1.HeaderClassName
{
color: #AC7B2A;
}
.AnyTagClassName
{
color: #AC7B2A;
}
</style>
background-color css
<style>
a { background-color: #AC7B2A; }
a { background-color: rgb(172,123,42); }
div.DivClassName
{
background-color: #AC7B2A;
}
.BgClassName
{
background-color: #AC7B2A;
}
</style>
border-color css
<style>
span { border-color: #AC7B2A; }
span { border-color: rgb(172,123,42); }
td.TdClassName
{
border-color: #AC7B2A;
}
.TagClassName
{
border-color: #AC7B2A;
}
</style>