Shades of Hot Toddy #AC7534
Tints of Hot Toddy #AC7534
RGB
CMYK
RGB Variations
Color information
#AC7534 (or 0xAC7534) is known color: Hot Toddy. HEX triplet: AC, 75 and 34. RGB value is (172,117,52). Sum of RGB (Red+Green+Blue) = 172+117+52=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7534 is #538ACB. Grayscale: #7E7E7E. Windows color (decimal): -5475020 or 3437996. OLE color: 3437996.
HSL color Cylindrical-coordinate representation of color #AC7534: hue angle of 32.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7534 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 52 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.33 |
| HSL | 32.5º | 0.54% | 0.44% | - |
| HSV(B) | 32.5º | 0.7% | 0.67% | - |
| XYZ | 23.99 | 21.74 | 6.18 | - |
| YUV | 126.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 52 | 0 | 0.32 | 0.70 | 0.33 | 32.5 | 0.54 | 0.44 |
| Hex | AC | 75 | 34 | 0 | 20 | 46 | 21 | 20 | 36 | 2C |
| Octal | 254 | 165 | 64 | 0 | 40 | 106 | 41 | 40 | 66 | 54 |
| Binary | 10101100 | 1110101 | 110100 | 0 | 100000 | 1000110 | 100001 | 100000 | 110110 | 101100 |
Color Harmonies of #AC7534
Complementary color
Monochromatic Colors of #AC7534
Black with #AC7534
Text Example
Text Example
White with #AC7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7534; }
p { color: rgb(172,117,52); }
H1.HeaderClassName
{
color: #AC7534;
}
.AnyTagClassName
{
color: #AC7534;
}
</style>
background-color css
<style>
a { background-color: #AC7534; }
a { background-color: rgb(172,117,52); }
div.DivClassName
{
background-color: #AC7534;
}
.BgClassName
{
background-color: #AC7534;
}
</style>
border-color css
<style>
span { border-color: #AC7534; }
span { border-color: rgb(172,117,52); }
td.TdClassName
{
border-color: #AC7534;
}
.TagClassName
{
border-color: #AC7534;
}
</style>