Shades of Hot Toddy #AC761D
Tints of Hot Toddy #AC761D
RGB
CMYK
RGB Variations
Color information
#AC761D (or 0xAC761D) is known color: Hot Toddy. HEX triplet: AC, 76 and 1D. RGB value is (172,118,29). Sum of RGB (Red+Green+Blue) = 172+118+29=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC761D is #5389E2. Grayscale: #7C7C7C. Windows color (decimal): -5474787 or 1930924. OLE color: 1930924.
HSL color Cylindrical-coordinate representation of color #AC761D: hue angle of 37.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC761D is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 29 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.33 |
| HSL | 37.34º | 0.71% | 0.39% | - |
| HSV(B) | 37.34º | 0.83% | 0.67% | - |
| XYZ | 23.71 | 21.82 | 4.12 | - |
| YUV | 124 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 29 | 0 | 0.31 | 0.83 | 0.33 | 37.34 | 0.71 | 0.39 |
| Hex | AC | 76 | 1D | 0 | 1F | 53 | 21 | 25 | 47 | 27 |
| Octal | 254 | 166 | 35 | 0 | 37 | 123 | 41 | 45 | 107 | 47 |
| Binary | 10101100 | 1110110 | 11101 | 0 | 11111 | 1010011 | 100001 | 100101 | 1000111 | 100111 |
Color Harmonies of #AC761D
Complementary color
Monochromatic Colors of #AC761D
Black with #AC761D
Text Example
Text Example
White with #AC761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC761D; }
p { color: rgb(172,118,29); }
H1.HeaderClassName
{
color: #AC761D;
}
.AnyTagClassName
{
color: #AC761D;
}
</style>
background-color css
<style>
a { background-color: #AC761D; }
a { background-color: rgb(172,118,29); }
div.DivClassName
{
background-color: #AC761D;
}
.BgClassName
{
background-color: #AC761D;
}
</style>
border-color css
<style>
span { border-color: #AC761D; }
span { border-color: rgb(172,118,29); }
td.TdClassName
{
border-color: #AC761D;
}
.TagClassName
{
border-color: #AC761D;
}
</style>