Shades of Hot Toddy #A4711D
Tints of Hot Toddy #A4711D
RGB
CMYK
RGB Variations
Color information
#A4711D (or 0xA4711D) is known color: Hot Toddy. HEX triplet: A4, 71 and 1D. RGB value is (164,113,29). Sum of RGB (Red+Green+Blue) = 164+113+29=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4711D is #5B8EE2. Grayscale: #777777. Windows color (decimal): -6000355 or 1929636. OLE color: 1929636.
HSL color Cylindrical-coordinate representation of color #A4711D: hue angle of 37.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4711D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 29 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.36 |
| HSL | 37.33º | 0.7% | 0.38% | - |
| HSV(B) | 37.33º | 0.82% | 0.64% | - |
| XYZ | 21.44 | 19.79 | 3.85 | - |
| YUV | 118.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 29 | 0 | 0.31 | 0.82 | 0.36 | 37.33 | 0.7 | 0.38 |
| Hex | A4 | 71 | 1D | 0 | 1F | 52 | 24 | 25 | 46 | 26 |
| Octal | 244 | 161 | 35 | 0 | 37 | 122 | 44 | 45 | 106 | 46 |
| Binary | 10100100 | 1110001 | 11101 | 0 | 11111 | 1010010 | 100100 | 100101 | 1000110 | 100110 |
Color Harmonies of #A4711D
Complementary color
Monochromatic Colors of #A4711D
Black with #A4711D
Text Example
Text Example
White with #A4711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4711D; }
p { color: rgb(164,113,29); }
H1.HeaderClassName
{
color: #A4711D;
}
.AnyTagClassName
{
color: #A4711D;
}
</style>
background-color css
<style>
a { background-color: #A4711D; }
a { background-color: rgb(164,113,29); }
div.DivClassName
{
background-color: #A4711D;
}
.BgClassName
{
background-color: #A4711D;
}
</style>
border-color css
<style>
span { border-color: #A4711D; }
span { border-color: rgb(164,113,29); }
td.TdClassName
{
border-color: #A4711D;
}
.TagClassName
{
border-color: #A4711D;
}
</style>