Shades of Hot Toddy #AC6C1F
Tints of Hot Toddy #AC6C1F
RGB
CMYK
RGB Variations
Color information
#AC6C1F (or 0xAC6C1F) is known color: Hot Toddy. HEX triplet: AC, 6C and 1F. RGB value is (172,108,31). Sum of RGB (Red+Green+Blue) = 172+108+31=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C1F is #5393E0. Grayscale: #767676. Windows color (decimal): -5477345 or 2059436. OLE color: 2059436.
HSL color Cylindrical-coordinate representation of color #AC6C1F: hue angle of 32.77º 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 #AC6C1F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 31 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.33 |
| HSL | 32.77º | 0.69% | 0.4% | - |
| HSV(B) | 32.77º | 0.82% | 0.67% | - |
| XYZ | 22.62 | 19.59 | 3.89 | - |
| YUV | 118.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 31 | 0 | 0.37 | 0.82 | 0.33 | 32.77 | 0.69 | 0.4 |
| Hex | AC | 6C | 1F | 0 | 25 | 52 | 21 | 21 | 45 | 28 |
| Octal | 254 | 154 | 37 | 0 | 45 | 122 | 41 | 41 | 105 | 50 |
| Binary | 10101100 | 1101100 | 11111 | 0 | 100101 | 1010010 | 100001 | 100001 | 1000101 | 101000 |
Color Harmonies of #AC6C1F
Complementary color
Monochromatic Colors of #AC6C1F
Black with #AC6C1F
Text Example
Text Example
White with #AC6C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C1F; }
p { color: rgb(172,108,31); }
H1.HeaderClassName
{
color: #AC6C1F;
}
.AnyTagClassName
{
color: #AC6C1F;
}
</style>
background-color css
<style>
a { background-color: #AC6C1F; }
a { background-color: rgb(172,108,31); }
div.DivClassName
{
background-color: #AC6C1F;
}
.BgClassName
{
background-color: #AC6C1F;
}
</style>
border-color css
<style>
span { border-color: #AC6C1F; }
span { border-color: rgb(172,108,31); }
td.TdClassName
{
border-color: #AC6C1F;
}
.TagClassName
{
border-color: #AC6C1F;
}
</style>