Shades of Hot Toddy #AC772C
Tints of Hot Toddy #AC772C
RGB
CMYK
RGB Variations
Color information
#AC772C (or 0xAC772C) is known color: Hot Toddy. HEX triplet: AC, 77 and 2C. RGB value is (172,119,44). Sum of RGB (Red+Green+Blue) = 172+119+44=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC772C is #5388D3. Grayscale: #7E7E7E. Windows color (decimal): -5474516 or 2914220. OLE color: 2914220.
HSL color Cylindrical-coordinate representation of color #AC772C: hue angle of 35.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC772C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 44 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.33 |
| HSL | 35.16º | 0.59% | 0.42% | - |
| HSV(B) | 35.16º | 0.74% | 0.67% | - |
| XYZ | 24.06 | 22.15 | 5.39 | - |
| YUV | 126.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 44 | 0 | 0.31 | 0.74 | 0.33 | 35.16 | 0.59 | 0.42 |
| Hex | AC | 77 | 2C | 0 | 1F | 4A | 21 | 23 | 3B | 2A |
| Octal | 254 | 167 | 54 | 0 | 37 | 112 | 41 | 43 | 73 | 52 |
| Binary | 10101100 | 1110111 | 101100 | 0 | 11111 | 1001010 | 100001 | 100011 | 111011 | 101010 |
Color Harmonies of #AC772C
Complementary color
Monochromatic Colors of #AC772C
Black with #AC772C
Text Example
Text Example
White with #AC772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC772C; }
p { color: rgb(172,119,44); }
H1.HeaderClassName
{
color: #AC772C;
}
.AnyTagClassName
{
color: #AC772C;
}
</style>
background-color css
<style>
a { background-color: #AC772C; }
a { background-color: rgb(172,119,44); }
div.DivClassName
{
background-color: #AC772C;
}
.BgClassName
{
background-color: #AC772C;
}
</style>
border-color css
<style>
span { border-color: #AC772C; }
span { border-color: rgb(172,119,44); }
td.TdClassName
{
border-color: #AC772C;
}
.TagClassName
{
border-color: #AC772C;
}
</style>