Shades of Hot Toddy #AC6D1F
Tints of Hot Toddy #AC6D1F
RGB
CMYK
RGB Variations
Color information
#AC6D1F (or 0xAC6D1F) is known color: Hot Toddy. HEX triplet: AC, 6D and 1F. RGB value is (172,109,31). Sum of RGB (Red+Green+Blue) = 172+109+31=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D1F is #5392E0. Grayscale: #777777. Windows color (decimal): -5477089 or 2059692. OLE color: 2059692.
HSL color Cylindrical-coordinate representation of color #AC6D1F: hue angle of 33.19º 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 #AC6D1F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 31 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.33 |
| HSL | 33.19º | 0.69% | 0.4% | - |
| HSV(B) | 33.19º | 0.82% | 0.67% | - |
| XYZ | 22.73 | 19.81 | 3.92 | - |
| YUV | 118.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 31 | 0 | 0.37 | 0.82 | 0.33 | 33.19 | 0.69 | 0.4 |
| Hex | AC | 6D | 1F | 0 | 25 | 52 | 21 | 21 | 45 | 28 |
| Octal | 254 | 155 | 37 | 0 | 45 | 122 | 41 | 41 | 105 | 50 |
| Binary | 10101100 | 1101101 | 11111 | 0 | 100101 | 1010010 | 100001 | 100001 | 1000101 | 101000 |
Color Harmonies of #AC6D1F
Complementary color
Monochromatic Colors of #AC6D1F
Black with #AC6D1F
Text Example
Text Example
White with #AC6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D1F; }
p { color: rgb(172,109,31); }
H1.HeaderClassName
{
color: #AC6D1F;
}
.AnyTagClassName
{
color: #AC6D1F;
}
</style>
background-color css
<style>
a { background-color: #AC6D1F; }
a { background-color: rgb(172,109,31); }
div.DivClassName
{
background-color: #AC6D1F;
}
.BgClassName
{
background-color: #AC6D1F;
}
</style>
border-color css
<style>
span { border-color: #AC6D1F; }
span { border-color: rgb(172,109,31); }
td.TdClassName
{
border-color: #AC6D1F;
}
.TagClassName
{
border-color: #AC6D1F;
}
</style>