Shades of Hot Toddy #AC7B2D
Tints of Hot Toddy #AC7B2D
RGB
CMYK
RGB Variations
Color information
#AC7B2D (or 0xAC7B2D) is known color: Hot Toddy. HEX triplet: AC, 7B and 2D. RGB value is (172,123,45). Sum of RGB (Red+Green+Blue) = 172+123+45=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B2D is #5384D2. Grayscale: #818181. Windows color (decimal): -5473491 or 2980780. OLE color: 2980780.
HSL color Cylindrical-coordinate representation of color #AC7B2D: hue angle of 36.85º 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 #AC7B2D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 45 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.33 |
| HSL | 36.85º | 0.59% | 0.43% | - |
| HSV(B) | 36.85º | 0.74% | 0.67% | - |
| XYZ | 24.57 | 23.13 | 5.65 | - |
| YUV | 128.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 45 | 0 | 0.28 | 0.74 | 0.33 | 36.85 | 0.59 | 0.43 |
| Hex | AC | 7B | 2D | 0 | 1C | 4A | 21 | 25 | 3B | 2B |
| Octal | 254 | 173 | 55 | 0 | 34 | 112 | 41 | 45 | 73 | 53 |
| Binary | 10101100 | 1111011 | 101101 | 0 | 11100 | 1001010 | 100001 | 100101 | 111011 | 101011 |
Color Harmonies of #AC7B2D
Complementary color
Monochromatic Colors of #AC7B2D
Black with #AC7B2D
Text Example
Text Example
White with #AC7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B2D; }
p { color: rgb(172,123,45); }
H1.HeaderClassName
{
color: #AC7B2D;
}
.AnyTagClassName
{
color: #AC7B2D;
}
</style>
background-color css
<style>
a { background-color: #AC7B2D; }
a { background-color: rgb(172,123,45); }
div.DivClassName
{
background-color: #AC7B2D;
}
.BgClassName
{
background-color: #AC7B2D;
}
</style>
border-color css
<style>
span { border-color: #AC7B2D; }
span { border-color: rgb(172,123,45); }
td.TdClassName
{
border-color: #AC7B2D;
}
.TagClassName
{
border-color: #AC7B2D;
}
</style>