Shades of Hot Toddy #AC6B1E
Tints of Hot Toddy #AC6B1E
RGB
CMYK
RGB Variations
Color information
#AC6B1E (or 0xAC6B1E) is known color: Hot Toddy. HEX triplet: AC, 6B and 1E. RGB value is (172,107,30). Sum of RGB (Red+Green+Blue) = 172+107+30=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B1E is #5394E1. Grayscale: #767676. Windows color (decimal): -5477602 or 1993644. OLE color: 1993644.
HSL color Cylindrical-coordinate representation of color #AC6B1E: hue angle of 32.54º 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 #AC6B1E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 30 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.33 |
| HSL | 32.54º | 0.7% | 0.4% | - |
| HSV(B) | 32.54º | 0.83% | 0.67% | - |
| XYZ | 22.51 | 19.38 | 3.78 | - |
| YUV | 117.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 30 | 0 | 0.38 | 0.83 | 0.33 | 32.54 | 0.7 | 0.4 |
| Hex | AC | 6B | 1E | 0 | 26 | 53 | 21 | 21 | 46 | 28 |
| Octal | 254 | 153 | 36 | 0 | 46 | 123 | 41 | 41 | 106 | 50 |
| Binary | 10101100 | 1101011 | 11110 | 0 | 100110 | 1010011 | 100001 | 100001 | 1000110 | 101000 |
Color Harmonies of #AC6B1E
Complementary color
Monochromatic Colors of #AC6B1E
Black with #AC6B1E
Text Example
Text Example
White with #AC6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B1E; }
p { color: rgb(172,107,30); }
H1.HeaderClassName
{
color: #AC6B1E;
}
.AnyTagClassName
{
color: #AC6B1E;
}
</style>
background-color css
<style>
a { background-color: #AC6B1E; }
a { background-color: rgb(172,107,30); }
div.DivClassName
{
background-color: #AC6B1E;
}
.BgClassName
{
background-color: #AC6B1E;
}
</style>
border-color css
<style>
span { border-color: #AC6B1E; }
span { border-color: rgb(172,107,30); }
td.TdClassName
{
border-color: #AC6B1E;
}
.TagClassName
{
border-color: #AC6B1E;
}
</style>