Shades of Hot Toddy #AC7F28
Tints of Hot Toddy #AC7F28
RGB
CMYK
RGB Variations
Color information
#AC7F28 (or 0xAC7F28) is known color: Hot Toddy. HEX triplet: AC, 7F and 28. RGB value is (172,127,40). Sum of RGB (Red+Green+Blue) = 172+127+40=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F28 is #5380D7. Grayscale: #828282. Windows color (decimal): -5472472 or 2654124. OLE color: 2654124.
HSL color Cylindrical-coordinate representation of color #AC7F28: hue angle of 39.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC7F28 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 40 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.33 |
| HSL | 39.55º | 0.62% | 0.42% | - |
| HSV(B) | 39.55º | 0.77% | 0.67% | - |
| XYZ | 24.99 | 24.1 | 5.34 | - |
| YUV | 130.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 40 | 0 | 0.26 | 0.77 | 0.33 | 39.55 | 0.62 | 0.42 |
| Hex | AC | 7F | 28 | 0 | 1A | 4D | 21 | 28 | 3E | 2A |
| Octal | 254 | 177 | 50 | 0 | 32 | 115 | 41 | 50 | 76 | 52 |
| Binary | 10101100 | 1111111 | 101000 | 0 | 11010 | 1001101 | 100001 | 101000 | 111110 | 101010 |
Color Harmonies of #AC7F28
Complementary color
Monochromatic Colors of #AC7F28
Black with #AC7F28
Text Example
Text Example
White with #AC7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F28; }
p { color: rgb(172,127,40); }
H1.HeaderClassName
{
color: #AC7F28;
}
.AnyTagClassName
{
color: #AC7F28;
}
</style>
background-color css
<style>
a { background-color: #AC7F28; }
a { background-color: rgb(172,127,40); }
div.DivClassName
{
background-color: #AC7F28;
}
.BgClassName
{
background-color: #AC7F28;
}
</style>
border-color css
<style>
span { border-color: #AC7F28; }
span { border-color: rgb(172,127,40); }
td.TdClassName
{
border-color: #AC7F28;
}
.TagClassName
{
border-color: #AC7F28;
}
</style>