Shades of Hot Toddy #AC7C2D
Tints of Hot Toddy #AC7C2D
RGB
CMYK
RGB Variations
Color information
#AC7C2D (or 0xAC7C2D) is known color: Hot Toddy. HEX triplet: AC, 7C and 2D. RGB value is (172,124,45). Sum of RGB (Red+Green+Blue) = 172+124+45=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C2D is #5383D2. Grayscale: #818181. Windows color (decimal): -5473235 or 2981036. OLE color: 2981036.
HSL color Cylindrical-coordinate representation of color #AC7C2D: hue angle of 37.32º 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 #AC7C2D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 45 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.33 |
| HSL | 37.32º | 0.59% | 0.43% | - |
| HSV(B) | 37.32º | 0.74% | 0.67% | - |
| XYZ | 24.69 | 23.38 | 5.69 | - |
| YUV | 129.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 45 | 0 | 0.28 | 0.74 | 0.33 | 37.32 | 0.59 | 0.43 |
| Hex | AC | 7C | 2D | 0 | 1C | 4A | 21 | 25 | 3B | 2B |
| Octal | 254 | 174 | 55 | 0 | 34 | 112 | 41 | 45 | 73 | 53 |
| Binary | 10101100 | 1111100 | 101101 | 0 | 11100 | 1001010 | 100001 | 100101 | 111011 | 101011 |
Color Harmonies of #AC7C2D
Complementary color
Monochromatic Colors of #AC7C2D
Black with #AC7C2D
Text Example
Text Example
White with #AC7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C2D; }
p { color: rgb(172,124,45); }
H1.HeaderClassName
{
color: #AC7C2D;
}
.AnyTagClassName
{
color: #AC7C2D;
}
</style>
background-color css
<style>
a { background-color: #AC7C2D; }
a { background-color: rgb(172,124,45); }
div.DivClassName
{
background-color: #AC7C2D;
}
.BgClassName
{
background-color: #AC7C2D;
}
</style>
border-color css
<style>
span { border-color: #AC7C2D; }
span { border-color: rgb(172,124,45); }
td.TdClassName
{
border-color: #AC7C2D;
}
.TagClassName
{
border-color: #AC7C2D;
}
</style>