Shades of Hot Toddy #A4731D
Tints of Hot Toddy #A4731D
RGB
CMYK
RGB Variations
Color information
#A4731D (or 0xA4731D) is known color: Hot Toddy. HEX triplet: A4, 73 and 1D. RGB value is (164,115,29). Sum of RGB (Red+Green+Blue) = 164+115+29=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4731D is #5B8CE2. Grayscale: #787878. Windows color (decimal): -5999843 or 1930148. OLE color: 1930148.
HSL color Cylindrical-coordinate representation of color #A4731D: hue angle of 38.22º 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 #A4731D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 29 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.36 |
| HSL | 38.22º | 0.7% | 0.38% | - |
| HSV(B) | 38.22º | 0.82% | 0.64% | - |
| XYZ | 21.66 | 20.24 | 3.93 | - |
| YUV | 119.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 29 | 0 | 0.30 | 0.82 | 0.36 | 38.22 | 0.7 | 0.38 |
| Hex | A4 | 73 | 1D | 0 | 1E | 52 | 24 | 26 | 46 | 26 |
| Octal | 244 | 163 | 35 | 0 | 36 | 122 | 44 | 46 | 106 | 46 |
| Binary | 10100100 | 1110011 | 11101 | 0 | 11110 | 1010010 | 100100 | 100110 | 1000110 | 100110 |
Color Harmonies of #A4731D
Complementary color
Monochromatic Colors of #A4731D
Black with #A4731D
Text Example
Text Example
White with #A4731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4731D; }
p { color: rgb(164,115,29); }
H1.HeaderClassName
{
color: #A4731D;
}
.AnyTagClassName
{
color: #A4731D;
}
</style>
background-color css
<style>
a { background-color: #A4731D; }
a { background-color: rgb(164,115,29); }
div.DivClassName
{
background-color: #A4731D;
}
.BgClassName
{
background-color: #A4731D;
}
</style>
border-color css
<style>
span { border-color: #A4731D; }
span { border-color: rgb(164,115,29); }
td.TdClassName
{
border-color: #A4731D;
}
.TagClassName
{
border-color: #A4731D;
}
</style>