Shades of Hot Toddy #AC7B2F
Tints of Hot Toddy #AC7B2F
RGB
CMYK
RGB Variations
Color information
#AC7B2F (or 0xAC7B2F) is known color: Hot Toddy. HEX triplet: AC, 7B and 2F. RGB value is (172,123,47). Sum of RGB (Red+Green+Blue) = 172+123+47=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B2F is #5384D0. Grayscale: #818181. Windows color (decimal): -5473489 or 3111852. OLE color: 3111852.
HSL color Cylindrical-coordinate representation of color #AC7B2F: hue angle of 36.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC7B2F is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 47 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.33 |
| HSL | 36.48º | 0.57% | 0.43% | - |
| HSV(B) | 36.48º | 0.73% | 0.67% | - |
| XYZ | 24.61 | 23.14 | 5.86 | - |
| YUV | 128.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 47 | 0 | 0.28 | 0.73 | 0.33 | 36.48 | 0.57 | 0.43 |
| Hex | AC | 7B | 2F | 0 | 1C | 49 | 21 | 24 | 39 | 2B |
| Octal | 254 | 173 | 57 | 0 | 34 | 111 | 41 | 44 | 71 | 53 |
| Binary | 10101100 | 1111011 | 101111 | 0 | 11100 | 1001001 | 100001 | 100100 | 111001 | 101011 |
Color Harmonies of #AC7B2F
Complementary color
Monochromatic Colors of #AC7B2F
Black with #AC7B2F
Text Example
Text Example
White with #AC7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B2F; }
p { color: rgb(172,123,47); }
H1.HeaderClassName
{
color: #AC7B2F;
}
.AnyTagClassName
{
color: #AC7B2F;
}
</style>
background-color css
<style>
a { background-color: #AC7B2F; }
a { background-color: rgb(172,123,47); }
div.DivClassName
{
background-color: #AC7B2F;
}
.BgClassName
{
background-color: #AC7B2F;
}
</style>
border-color css
<style>
span { border-color: #AC7B2F; }
span { border-color: rgb(172,123,47); }
td.TdClassName
{
border-color: #AC7B2F;
}
.TagClassName
{
border-color: #AC7B2F;
}
</style>