Shades of Hot Toddy #AC6D28
Tints of Hot Toddy #AC6D28
RGB
CMYK
RGB Variations
Color information
#AC6D28 (or 0xAC6D28) is known color: Hot Toddy. HEX triplet: AC, 6D and 28. RGB value is (172,109,40). Sum of RGB (Red+Green+Blue) = 172+109+40=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D28 is #5392D7. Grayscale: #787878. Windows color (decimal): -5477080 or 2649516. OLE color: 2649516.
HSL color Cylindrical-coordinate representation of color #AC6D28: hue angle of 31.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC6D28 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 40 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.33 |
| HSL | 31.36º | 0.62% | 0.42% | - |
| HSV(B) | 31.36º | 0.77% | 0.67% | - |
| XYZ | 22.86 | 19.86 | 4.64 | - |
| YUV | 119.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 40 | 0 | 0.37 | 0.77 | 0.33 | 31.36 | 0.62 | 0.42 |
| Hex | AC | 6D | 28 | 0 | 25 | 4D | 21 | 1F | 3E | 2A |
| Octal | 254 | 155 | 50 | 0 | 45 | 115 | 41 | 37 | 76 | 52 |
| Binary | 10101100 | 1101101 | 101000 | 0 | 100101 | 1001101 | 100001 | 11111 | 111110 | 101010 |
Color Harmonies of #AC6D28
Complementary color
Monochromatic Colors of #AC6D28
Black with #AC6D28
Text Example
Text Example
White with #AC6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D28; }
p { color: rgb(172,109,40); }
H1.HeaderClassName
{
color: #AC6D28;
}
.AnyTagClassName
{
color: #AC6D28;
}
</style>
background-color css
<style>
a { background-color: #AC6D28; }
a { background-color: rgb(172,109,40); }
div.DivClassName
{
background-color: #AC6D28;
}
.BgClassName
{
background-color: #AC6D28;
}
</style>
border-color css
<style>
span { border-color: #AC6D28; }
span { border-color: rgb(172,109,40); }
td.TdClassName
{
border-color: #AC6D28;
}
.TagClassName
{
border-color: #AC6D28;
}
</style>