Shades of Hot Toddy #AC761E
Tints of Hot Toddy #AC761E
RGB
CMYK
RGB Variations
Color information
#AC761E (or 0xAC761E) is known color: Hot Toddy. HEX triplet: AC, 76 and 1E. RGB value is (172,118,30). Sum of RGB (Red+Green+Blue) = 172+118+30=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC761E is #5389E1. Grayscale: #7C7C7C. Windows color (decimal): -5474786 or 1996460. OLE color: 1996460.
HSL color Cylindrical-coordinate representation of color #AC761E: hue angle of 37.18º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC761E is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 30 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.33 |
| HSL | 37.18º | 0.7% | 0.4% | - |
| HSV(B) | 37.18º | 0.83% | 0.67% | - |
| XYZ | 23.73 | 21.82 | 4.19 | - |
| YUV | 124.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 30 | 0 | 0.31 | 0.83 | 0.33 | 37.18 | 0.7 | 0.4 |
| Hex | AC | 76 | 1E | 0 | 1F | 53 | 21 | 25 | 46 | 28 |
| Octal | 254 | 166 | 36 | 0 | 37 | 123 | 41 | 45 | 106 | 50 |
| Binary | 10101100 | 1110110 | 11110 | 0 | 11111 | 1010011 | 100001 | 100101 | 1000110 | 101000 |
Color Harmonies of #AC761E
Complementary color
Monochromatic Colors of #AC761E
Black with #AC761E
Text Example
Text Example
White with #AC761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC761E; }
p { color: rgb(172,118,30); }
H1.HeaderClassName
{
color: #AC761E;
}
.AnyTagClassName
{
color: #AC761E;
}
</style>
background-color css
<style>
a { background-color: #AC761E; }
a { background-color: rgb(172,118,30); }
div.DivClassName
{
background-color: #AC761E;
}
.BgClassName
{
background-color: #AC761E;
}
</style>
border-color css
<style>
span { border-color: #AC761E; }
span { border-color: rgb(172,118,30); }
td.TdClassName
{
border-color: #AC761E;
}
.TagClassName
{
border-color: #AC761E;
}
</style>