Shades of Hot Toddy #AC6F20
Tints of Hot Toddy #AC6F20
RGB
CMYK
RGB Variations
Color information
#AC6F20 (or 0xAC6F20) is known color: Hot Toddy. HEX triplet: AC, 6F and 20. RGB value is (172,111,32). Sum of RGB (Red+Green+Blue) = 172+111+32=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F20 is #5390DF. Grayscale: #787878. Windows color (decimal): -5476576 or 2125740. OLE color: 2125740.
HSL color Cylindrical-coordinate representation of color #AC6F20: hue angle of 33.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC6F20 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 32 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.33 |
| HSL | 33.86º | 0.69% | 0.4% | - |
| HSV(B) | 33.86º | 0.81% | 0.67% | - |
| XYZ | 22.96 | 20.24 | 4.06 | - |
| YUV | 120.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 32 | 0 | 0.35 | 0.81 | 0.33 | 33.86 | 0.69 | 0.4 |
| Hex | AC | 6F | 20 | 0 | 23 | 51 | 21 | 22 | 45 | 28 |
| Octal | 254 | 157 | 40 | 0 | 43 | 121 | 41 | 42 | 105 | 50 |
| Binary | 10101100 | 1101111 | 100000 | 0 | 100011 | 1010001 | 100001 | 100010 | 1000101 | 101000 |
Color Harmonies of #AC6F20
Complementary color
Monochromatic Colors of #AC6F20
Black with #AC6F20
Text Example
Text Example
White with #AC6F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F20; }
p { color: rgb(172,111,32); }
H1.HeaderClassName
{
color: #AC6F20;
}
.AnyTagClassName
{
color: #AC6F20;
}
</style>
background-color css
<style>
a { background-color: #AC6F20; }
a { background-color: rgb(172,111,32); }
div.DivClassName
{
background-color: #AC6F20;
}
.BgClassName
{
background-color: #AC6F20;
}
</style>
border-color css
<style>
span { border-color: #AC6F20; }
span { border-color: rgb(172,111,32); }
td.TdClassName
{
border-color: #AC6F20;
}
.TagClassName
{
border-color: #AC6F20;
}
</style>