Shades of Hot Toddy #AC7A1F
Tints of Hot Toddy #AC7A1F
RGB
CMYK
RGB Variations
Color information
#AC7A1F (or 0xAC7A1F) is known color: Hot Toddy. HEX triplet: AC, 7A and 1F. RGB value is (172,122,31). Sum of RGB (Red+Green+Blue) = 172+122+31=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A1F is #5385E0. Grayscale: #7E7E7E. Windows color (decimal): -5473761 or 2063020. OLE color: 2063020.
HSL color Cylindrical-coordinate representation of color #AC7A1F: hue angle of 38.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC7A1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 31 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.33 |
| HSL | 38.72º | 0.69% | 0.4% | - |
| HSV(B) | 38.72º | 0.82% | 0.67% | - |
| XYZ | 24.22 | 22.79 | 4.42 | - |
| YUV | 126.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 31 | 0 | 0.29 | 0.82 | 0.33 | 38.72 | 0.69 | 0.4 |
| Hex | AC | 7A | 1F | 0 | 1D | 52 | 21 | 27 | 45 | 28 |
| Octal | 254 | 172 | 37 | 0 | 35 | 122 | 41 | 47 | 105 | 50 |
| Binary | 10101100 | 1111010 | 11111 | 0 | 11101 | 1010010 | 100001 | 100111 | 1000101 | 101000 |
Color Harmonies of #AC7A1F
Complementary color
Monochromatic Colors of #AC7A1F
Black with #AC7A1F
Text Example
Text Example
White with #AC7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A1F; }
p { color: rgb(172,122,31); }
H1.HeaderClassName
{
color: #AC7A1F;
}
.AnyTagClassName
{
color: #AC7A1F;
}
</style>
background-color css
<style>
a { background-color: #AC7A1F; }
a { background-color: rgb(172,122,31); }
div.DivClassName
{
background-color: #AC7A1F;
}
.BgClassName
{
background-color: #AC7A1F;
}
</style>
border-color css
<style>
span { border-color: #AC7A1F; }
span { border-color: rgb(172,122,31); }
td.TdClassName
{
border-color: #AC7A1F;
}
.TagClassName
{
border-color: #AC7A1F;
}
</style>