Shades of Hot Toddy #AC7F2A
Tints of Hot Toddy #AC7F2A
RGB
CMYK
RGB Variations
Color information
#AC7F2A (or 0xAC7F2A) is known color: Hot Toddy. HEX triplet: AC, 7F and 2A. RGB value is (172,127,42). Sum of RGB (Red+Green+Blue) = 172+127+42=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F2A is #5380D5. Grayscale: #838383. Windows color (decimal): -5472470 or 2785196. OLE color: 2785196.
HSL color Cylindrical-coordinate representation of color #AC7F2A: hue angle of 39.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC7F2A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 42 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.33 |
| HSL | 39.23º | 0.61% | 0.42% | - |
| HSV(B) | 39.23º | 0.76% | 0.67% | - |
| XYZ | 25.02 | 24.12 | 5.53 | - |
| YUV | 130.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 42 | 0 | 0.26 | 0.76 | 0.33 | 39.23 | 0.61 | 0.42 |
| Hex | AC | 7F | 2A | 0 | 1A | 4C | 21 | 27 | 3D | 2A |
| Octal | 254 | 177 | 52 | 0 | 32 | 114 | 41 | 47 | 75 | 52 |
| Binary | 10101100 | 1111111 | 101010 | 0 | 11010 | 1001100 | 100001 | 100111 | 111101 | 101010 |
Color Harmonies of #AC7F2A
Complementary color
Monochromatic Colors of #AC7F2A
Black with #AC7F2A
Text Example
Text Example
White with #AC7F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F2A; }
p { color: rgb(172,127,42); }
H1.HeaderClassName
{
color: #AC7F2A;
}
.AnyTagClassName
{
color: #AC7F2A;
}
</style>
background-color css
<style>
a { background-color: #AC7F2A; }
a { background-color: rgb(172,127,42); }
div.DivClassName
{
background-color: #AC7F2A;
}
.BgClassName
{
background-color: #AC7F2A;
}
</style>
border-color css
<style>
span { border-color: #AC7F2A; }
span { border-color: rgb(172,127,42); }
td.TdClassName
{
border-color: #AC7F2A;
}
.TagClassName
{
border-color: #AC7F2A;
}
</style>