Shades of Hot Toddy #AC7521
Tints of Hot Toddy #AC7521
RGB
CMYK
RGB Variations
Color information
#AC7521 (or 0xAC7521) is known color: Hot Toddy. HEX triplet: AC, 75 and 21. RGB value is (172,117,33). Sum of RGB (Red+Green+Blue) = 172+117+33=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7521 is #538ADE. Grayscale: #7C7C7C. Windows color (decimal): -5475039 or 2192812. OLE color: 2192812.
HSL color Cylindrical-coordinate representation of color #AC7521: hue angle of 36.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC7521 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 33 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.33 |
| HSL | 36.26º | 0.68% | 0.4% | - |
| HSV(B) | 36.26º | 0.81% | 0.67% | - |
| XYZ | 23.65 | 21.6 | 4.36 | - |
| YUV | 123.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 33 | 0 | 0.32 | 0.81 | 0.33 | 36.26 | 0.68 | 0.4 |
| Hex | AC | 75 | 21 | 0 | 20 | 51 | 21 | 24 | 44 | 28 |
| Octal | 254 | 165 | 41 | 0 | 40 | 121 | 41 | 44 | 104 | 50 |
| Binary | 10101100 | 1110101 | 100001 | 0 | 100000 | 1010001 | 100001 | 100100 | 1000100 | 101000 |
Color Harmonies of #AC7521
Complementary color
Monochromatic Colors of #AC7521
Black with #AC7521
Text Example
Text Example
White with #AC7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7521; }
p { color: rgb(172,117,33); }
H1.HeaderClassName
{
color: #AC7521;
}
.AnyTagClassName
{
color: #AC7521;
}
</style>
background-color css
<style>
a { background-color: #AC7521; }
a { background-color: rgb(172,117,33); }
div.DivClassName
{
background-color: #AC7521;
}
.BgClassName
{
background-color: #AC7521;
}
</style>
border-color css
<style>
span { border-color: #AC7521; }
span { border-color: rgb(172,117,33); }
td.TdClassName
{
border-color: #AC7521;
}
.TagClassName
{
border-color: #AC7521;
}
</style>