Shades of Hot Toddy #AC771C
Tints of Hot Toddy #AC771C
RGB
CMYK
RGB Variations
Color information
#AC771C (or 0xAC771C) is known color: Hot Toddy. HEX triplet: AC, 77 and 1C. RGB value is (172,119,28). Sum of RGB (Red+Green+Blue) = 172+119+28=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC771C is #5388E3. Grayscale: #7C7C7C. Windows color (decimal): -5474532 or 1865644. OLE color: 1865644.
HSL color Cylindrical-coordinate representation of color #AC771C: hue angle of 37.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC771C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 28 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.33 |
| HSL | 37.92º | 0.72% | 0.39% | - |
| HSV(B) | 37.92º | 0.84% | 0.67% | - |
| XYZ | 23.82 | 22.05 | 4.1 | - |
| YUV | 124.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 28 | 0 | 0.31 | 0.84 | 0.33 | 37.92 | 0.72 | 0.39 |
| Hex | AC | 77 | 1C | 0 | 1F | 54 | 21 | 26 | 48 | 27 |
| Octal | 254 | 167 | 34 | 0 | 37 | 124 | 41 | 46 | 110 | 47 |
| Binary | 10101100 | 1110111 | 11100 | 0 | 11111 | 1010100 | 100001 | 100110 | 1001000 | 100111 |
Color Harmonies of #AC771C
Complementary color
Monochromatic Colors of #AC771C
Black with #AC771C
Text Example
Text Example
White with #AC771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC771C; }
p { color: rgb(172,119,28); }
H1.HeaderClassName
{
color: #AC771C;
}
.AnyTagClassName
{
color: #AC771C;
}
</style>
background-color css
<style>
a { background-color: #AC771C; }
a { background-color: rgb(172,119,28); }
div.DivClassName
{
background-color: #AC771C;
}
.BgClassName
{
background-color: #AC771C;
}
</style>
border-color css
<style>
span { border-color: #AC771C; }
span { border-color: rgb(172,119,28); }
td.TdClassName
{
border-color: #AC771C;
}
.TagClassName
{
border-color: #AC771C;
}
</style>