Shades of Hot Toddy #AC752D
Tints of Hot Toddy #AC752D
RGB
CMYK
RGB Variations
Color information
#AC752D (or 0xAC752D) is known color: Hot Toddy. HEX triplet: AC, 75 and 2D. RGB value is (172,117,45). Sum of RGB (Red+Green+Blue) = 172+117+45=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC752D is #538AD2. Grayscale: #7D7D7D. Windows color (decimal): -5475027 or 2979244. OLE color: 2979244.
HSL color Cylindrical-coordinate representation of color #AC752D: hue angle of 34.02º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC752D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 45 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 34.02º | 0.59% | 0.43% | - |
| HSV(B) | 34.02º | 0.74% | 0.67% | - |
| XYZ | 23.85 | 21.68 | 5.41 | - |
| YUV | 125.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 45 | 0 | 0.32 | 0.74 | 0.33 | 34.02 | 0.59 | 0.43 |
| Hex | AC | 75 | 2D | 0 | 20 | 4A | 21 | 22 | 3B | 2B |
| Octal | 254 | 165 | 55 | 0 | 40 | 112 | 41 | 42 | 73 | 53 |
| Binary | 10101100 | 1110101 | 101101 | 0 | 100000 | 1001010 | 100001 | 100010 | 111011 | 101011 |
Color Harmonies of #AC752D
Complementary color
Monochromatic Colors of #AC752D
Black with #AC752D
Text Example
Text Example
White with #AC752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC752D; }
p { color: rgb(172,117,45); }
H1.HeaderClassName
{
color: #AC752D;
}
.AnyTagClassName
{
color: #AC752D;
}
</style>
background-color css
<style>
a { background-color: #AC752D; }
a { background-color: rgb(172,117,45); }
div.DivClassName
{
background-color: #AC752D;
}
.BgClassName
{
background-color: #AC752D;
}
</style>
border-color css
<style>
span { border-color: #AC752D; }
span { border-color: rgb(172,117,45); }
td.TdClassName
{
border-color: #AC752D;
}
.TagClassName
{
border-color: #AC752D;
}
</style>