Shades of Hot Toddy #AC742D
Tints of Hot Toddy #AC742D
RGB
CMYK
RGB Variations
Color information
#AC742D (or 0xAC742D) is known color: Hot Toddy. HEX triplet: AC, 74 and 2D. RGB value is (172,116,45). Sum of RGB (Red+Green+Blue) = 172+116+45=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC742D is #538BD2. Grayscale: #7C7C7C. Windows color (decimal): -5475283 or 2978988. OLE color: 2978988.
HSL color Cylindrical-coordinate representation of color #AC742D: hue angle of 33.54º 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 #AC742D is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 45 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.33 |
| HSL | 33.54º | 0.59% | 0.43% | - |
| HSV(B) | 33.54º | 0.74% | 0.67% | - |
| XYZ | 23.73 | 21.45 | 5.37 | - |
| YUV | 124.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 45 | 0 | 0.33 | 0.74 | 0.33 | 33.54 | 0.59 | 0.43 |
| Hex | AC | 74 | 2D | 0 | 21 | 4A | 21 | 22 | 3B | 2B |
| Octal | 254 | 164 | 55 | 0 | 41 | 112 | 41 | 42 | 73 | 53 |
| Binary | 10101100 | 1110100 | 101101 | 0 | 100001 | 1001010 | 100001 | 100010 | 111011 | 101011 |
Color Harmonies of #AC742D
Complementary color
Monochromatic Colors of #AC742D
Black with #AC742D
Text Example
Text Example
White with #AC742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC742D; }
p { color: rgb(172,116,45); }
H1.HeaderClassName
{
color: #AC742D;
}
.AnyTagClassName
{
color: #AC742D;
}
</style>
background-color css
<style>
a { background-color: #AC742D; }
a { background-color: rgb(172,116,45); }
div.DivClassName
{
background-color: #AC742D;
}
.BgClassName
{
background-color: #AC742D;
}
</style>
border-color css
<style>
span { border-color: #AC742D; }
span { border-color: rgb(172,116,45); }
td.TdClassName
{
border-color: #AC742D;
}
.TagClassName
{
border-color: #AC742D;
}
</style>