Shades of Hot Toddy #AC7B31
Tints of Hot Toddy #AC7B31
RGB
CMYK
RGB Variations
Color information
#AC7B31 (or 0xAC7B31) is known color: Hot Toddy. HEX triplet: AC, 7B and 31. RGB value is (172,123,49). Sum of RGB (Red+Green+Blue) = 172+123+49=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B31 is #5384CE. Grayscale: #818181. Windows color (decimal): -5473487 or 3242924. OLE color: 3242924.
HSL color Cylindrical-coordinate representation of color #AC7B31: hue angle of 36.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC7B31 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 49 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.33 |
| HSL | 36.1º | 0.56% | 0.43% | - |
| HSV(B) | 36.1º | 0.72% | 0.67% | - |
| XYZ | 24.65 | 23.16 | 6.08 | - |
| YUV | 129.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 49 | 0 | 0.28 | 0.72 | 0.33 | 36.1 | 0.56 | 0.43 |
| Hex | AC | 7B | 31 | 0 | 1C | 48 | 21 | 24 | 38 | 2B |
| Octal | 254 | 173 | 61 | 0 | 34 | 110 | 41 | 44 | 70 | 53 |
| Binary | 10101100 | 1111011 | 110001 | 0 | 11100 | 1001000 | 100001 | 100100 | 111000 | 101011 |
Color Harmonies of #AC7B31
Complementary color
Monochromatic Colors of #AC7B31
Black with #AC7B31
Text Example
Text Example
White with #AC7B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B31; }
p { color: rgb(172,123,49); }
H1.HeaderClassName
{
color: #AC7B31;
}
.AnyTagClassName
{
color: #AC7B31;
}
</style>
background-color css
<style>
a { background-color: #AC7B31; }
a { background-color: rgb(172,123,49); }
div.DivClassName
{
background-color: #AC7B31;
}
.BgClassName
{
background-color: #AC7B31;
}
</style>
border-color css
<style>
span { border-color: #AC7B31; }
span { border-color: rgb(172,123,49); }
td.TdClassName
{
border-color: #AC7B31;
}
.TagClassName
{
border-color: #AC7B31;
}
</style>