Shades of Hot Toddy #AC7E2D
Tints of Hot Toddy #AC7E2D
RGB
CMYK
RGB Variations
Color information
#AC7E2D (or 0xAC7E2D) is known color: Hot Toddy. HEX triplet: AC, 7E and 2D. RGB value is (172,126,45). Sum of RGB (Red+Green+Blue) = 172+126+45=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E2D is #5381D2. Grayscale: #828282. Windows color (decimal): -5472723 or 2981548. OLE color: 2981548.
HSL color Cylindrical-coordinate representation of color #AC7E2D: hue angle of 38.27º 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 #AC7E2D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 45 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.33 |
| HSL | 38.27º | 0.59% | 0.43% | - |
| HSV(B) | 38.27º | 0.74% | 0.67% | - |
| XYZ | 24.95 | 23.88 | 5.78 | - |
| YUV | 130.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 45 | 0 | 0.27 | 0.74 | 0.33 | 38.27 | 0.59 | 0.43 |
| Hex | AC | 7E | 2D | 0 | 1B | 4A | 21 | 26 | 3B | 2B |
| Octal | 254 | 176 | 55 | 0 | 33 | 112 | 41 | 46 | 73 | 53 |
| Binary | 10101100 | 1111110 | 101101 | 0 | 11011 | 1001010 | 100001 | 100110 | 111011 | 101011 |
Color Harmonies of #AC7E2D
Complementary color
Monochromatic Colors of #AC7E2D
Black with #AC7E2D
Text Example
Text Example
White with #AC7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E2D; }
p { color: rgb(172,126,45); }
H1.HeaderClassName
{
color: #AC7E2D;
}
.AnyTagClassName
{
color: #AC7E2D;
}
</style>
background-color css
<style>
a { background-color: #AC7E2D; }
a { background-color: rgb(172,126,45); }
div.DivClassName
{
background-color: #AC7E2D;
}
.BgClassName
{
background-color: #AC7E2D;
}
</style>
border-color css
<style>
span { border-color: #AC7E2D; }
span { border-color: rgb(172,126,45); }
td.TdClassName
{
border-color: #AC7E2D;
}
.TagClassName
{
border-color: #AC7E2D;
}
</style>