Shades of Hot Toddy #AC7D25
Tints of Hot Toddy #AC7D25
RGB
CMYK
RGB Variations
Color information
#AC7D25 (or 0xAC7D25) is known color: Hot Toddy. HEX triplet: AC, 7D and 25. RGB value is (172,125,37). Sum of RGB (Red+Green+Blue) = 172+125+37=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D25 is #5382DA. Grayscale: #818181. Windows color (decimal): -5472987 or 2457004. OLE color: 2457004.
HSL color Cylindrical-coordinate representation of color #AC7D25: hue angle of 39.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC7D25 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 37 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.33 |
| HSL | 39.11º | 0.65% | 0.41% | - |
| HSV(B) | 39.11º | 0.78% | 0.67% | - |
| XYZ | 24.68 | 23.57 | 5 | - |
| YUV | 129.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 37 | 0 | 0.27 | 0.78 | 0.33 | 39.11 | 0.65 | 0.41 |
| Hex | AC | 7D | 25 | 0 | 1B | 4E | 21 | 27 | 41 | 29 |
| Octal | 254 | 175 | 45 | 0 | 33 | 116 | 41 | 47 | 101 | 51 |
| Binary | 10101100 | 1111101 | 100101 | 0 | 11011 | 1001110 | 100001 | 100111 | 1000001 | 101001 |
Color Harmonies of #AC7D25
Complementary color
Monochromatic Colors of #AC7D25
Black with #AC7D25
Text Example
Text Example
White with #AC7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D25; }
p { color: rgb(172,125,37); }
H1.HeaderClassName
{
color: #AC7D25;
}
.AnyTagClassName
{
color: #AC7D25;
}
</style>
background-color css
<style>
a { background-color: #AC7D25; }
a { background-color: rgb(172,125,37); }
div.DivClassName
{
background-color: #AC7D25;
}
.BgClassName
{
background-color: #AC7D25;
}
</style>
border-color css
<style>
span { border-color: #AC7D25; }
span { border-color: rgb(172,125,37); }
td.TdClassName
{
border-color: #AC7D25;
}
.TagClassName
{
border-color: #AC7D25;
}
</style>