Shades of Hot Toddy #AC7A32
Tints of Hot Toddy #AC7A32
RGB
CMYK
RGB Variations
Color information
#AC7A32 (or 0xAC7A32) is known color: Hot Toddy. HEX triplet: AC, 7A and 32. RGB value is (172,122,50). Sum of RGB (Red+Green+Blue) = 172+122+50=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A32 is #5385CD. Grayscale: #818181. Windows color (decimal): -5473742 or 3308204. OLE color: 3308204.
HSL color Cylindrical-coordinate representation of color #AC7A32: hue angle of 35.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC7A32 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 50 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.33 |
| HSL | 35.41º | 0.55% | 0.44% | - |
| HSV(B) | 35.41º | 0.71% | 0.67% | - |
| XYZ | 24.55 | 22.92 | 6.15 | - |
| YUV | 128.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 50 | 0 | 0.29 | 0.71 | 0.33 | 35.41 | 0.55 | 0.44 |
| Hex | AC | 7A | 32 | 0 | 1D | 47 | 21 | 23 | 37 | 2C |
| Octal | 254 | 172 | 62 | 0 | 35 | 107 | 41 | 43 | 67 | 54 |
| Binary | 10101100 | 1111010 | 110010 | 0 | 11101 | 1000111 | 100001 | 100011 | 110111 | 101100 |
Color Harmonies of #AC7A32
Complementary color
Monochromatic Colors of #AC7A32
Black with #AC7A32
Text Example
Text Example
White with #AC7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A32; }
p { color: rgb(172,122,50); }
H1.HeaderClassName
{
color: #AC7A32;
}
.AnyTagClassName
{
color: #AC7A32;
}
</style>
background-color css
<style>
a { background-color: #AC7A32; }
a { background-color: rgb(172,122,50); }
div.DivClassName
{
background-color: #AC7A32;
}
.BgClassName
{
background-color: #AC7A32;
}
</style>
border-color css
<style>
span { border-color: #AC7A32; }
span { border-color: rgb(172,122,50); }
td.TdClassName
{
border-color: #AC7A32;
}
.TagClassName
{
border-color: #AC7A32;
}
</style>