Shades of Hot Toddy #AC7A2D
Tints of Hot Toddy #AC7A2D
RGB
CMYK
RGB Variations
Color information
#AC7A2D (or 0xAC7A2D) is known color: Hot Toddy. HEX triplet: AC, 7A and 2D. RGB value is (172,122,45). Sum of RGB (Red+Green+Blue) = 172+122+45=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A2D is #5385D2. Grayscale: #808080. Windows color (decimal): -5473747 or 2980524. OLE color: 2980524.
HSL color Cylindrical-coordinate representation of color #AC7A2D: hue angle of 36.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC7A2D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 45 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.33 |
| HSL | 36.38º | 0.59% | 0.43% | - |
| HSV(B) | 36.38º | 0.74% | 0.67% | - |
| XYZ | 24.45 | 22.88 | 5.61 | - |
| YUV | 128.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 45 | 0 | 0.29 | 0.74 | 0.33 | 36.38 | 0.59 | 0.43 |
| Hex | AC | 7A | 2D | 0 | 1D | 4A | 21 | 24 | 3B | 2B |
| Octal | 254 | 172 | 55 | 0 | 35 | 112 | 41 | 44 | 73 | 53 |
| Binary | 10101100 | 1111010 | 101101 | 0 | 11101 | 1001010 | 100001 | 100100 | 111011 | 101011 |
Color Harmonies of #AC7A2D
Complementary color
Monochromatic Colors of #AC7A2D
Black with #AC7A2D
Text Example
Text Example
White with #AC7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A2D; }
p { color: rgb(172,122,45); }
H1.HeaderClassName
{
color: #AC7A2D;
}
.AnyTagClassName
{
color: #AC7A2D;
}
</style>
background-color css
<style>
a { background-color: #AC7A2D; }
a { background-color: rgb(172,122,45); }
div.DivClassName
{
background-color: #AC7A2D;
}
.BgClassName
{
background-color: #AC7A2D;
}
</style>
border-color css
<style>
span { border-color: #AC7A2D; }
span { border-color: rgb(172,122,45); }
td.TdClassName
{
border-color: #AC7A2D;
}
.TagClassName
{
border-color: #AC7A2D;
}
</style>