Shades of Hot Toddy #A4712D
Tints of Hot Toddy #A4712D
RGB
CMYK
RGB Variations
Color information
#A4712D (or 0xA4712D) is known color: Hot Toddy. HEX triplet: A4, 71 and 2D. RGB value is (164,113,45). Sum of RGB (Red+Green+Blue) = 164+113+45=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4712D is #5B8ED2. Grayscale: #787878. Windows color (decimal): -6000339 or 2978212. OLE color: 2978212.
HSL color Cylindrical-coordinate representation of color #A4712D: hue angle of 34.29º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4712D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 45 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.36 |
| HSL | 34.29º | 0.57% | 0.41% | - |
| HSV(B) | 34.29º | 0.73% | 0.64% | - |
| XYZ | 21.69 | 19.89 | 5.18 | - |
| YUV | 120.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 45 | 0 | 0.31 | 0.73 | 0.36 | 34.29 | 0.57 | 0.41 |
| Hex | A4 | 71 | 2D | 0 | 1F | 49 | 24 | 22 | 39 | 29 |
| Octal | 244 | 161 | 55 | 0 | 37 | 111 | 44 | 42 | 71 | 51 |
| Binary | 10100100 | 1110001 | 101101 | 0 | 11111 | 1001001 | 100100 | 100010 | 111001 | 101001 |
Color Harmonies of #A4712D
Complementary color
Monochromatic Colors of #A4712D
Black with #A4712D
Text Example
Text Example
White with #A4712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4712D; }
p { color: rgb(164,113,45); }
H1.HeaderClassName
{
color: #A4712D;
}
.AnyTagClassName
{
color: #A4712D;
}
</style>
background-color css
<style>
a { background-color: #A4712D; }
a { background-color: rgb(164,113,45); }
div.DivClassName
{
background-color: #A4712D;
}
.BgClassName
{
background-color: #A4712D;
}
</style>
border-color css
<style>
span { border-color: #A4712D; }
span { border-color: rgb(164,113,45); }
td.TdClassName
{
border-color: #A4712D;
}
.TagClassName
{
border-color: #A4712D;
}
</style>