Shades of Hot Toddy #AC761F
Tints of Hot Toddy #AC761F
RGB
CMYK
RGB Variations
Color information
#AC761F (or 0xAC761F) is known color: Hot Toddy. HEX triplet: AC, 76 and 1F. RGB value is (172,118,31). Sum of RGB (Red+Green+Blue) = 172+118+31=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC761F is #5389E0. Grayscale: #7C7C7C. Windows color (decimal): -5474785 or 2061996. OLE color: 2061996.
HSL color Cylindrical-coordinate representation of color #AC761F: hue angle of 37.02º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC761F is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 31 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.33 |
| HSL | 37.02º | 0.69% | 0.4% | - |
| HSV(B) | 37.02º | 0.82% | 0.67% | - |
| XYZ | 23.74 | 21.83 | 4.26 | - |
| YUV | 124.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 31 | 0 | 0.31 | 0.82 | 0.33 | 37.02 | 0.69 | 0.4 |
| Hex | AC | 76 | 1F | 0 | 1F | 52 | 21 | 25 | 45 | 28 |
| Octal | 254 | 166 | 37 | 0 | 37 | 122 | 41 | 45 | 105 | 50 |
| Binary | 10101100 | 1110110 | 11111 | 0 | 11111 | 1010010 | 100001 | 100101 | 1000101 | 101000 |
Color Harmonies of #AC761F
Complementary color
Monochromatic Colors of #AC761F
Black with #AC761F
Text Example
Text Example
White with #AC761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC761F; }
p { color: rgb(172,118,31); }
H1.HeaderClassName
{
color: #AC761F;
}
.AnyTagClassName
{
color: #AC761F;
}
</style>
background-color css
<style>
a { background-color: #AC761F; }
a { background-color: rgb(172,118,31); }
div.DivClassName
{
background-color: #AC761F;
}
.BgClassName
{
background-color: #AC761F;
}
</style>
border-color css
<style>
span { border-color: #AC761F; }
span { border-color: rgb(172,118,31); }
td.TdClassName
{
border-color: #AC761F;
}
.TagClassName
{
border-color: #AC761F;
}
</style>