Shades of Hot Toddy #A47423
Tints of Hot Toddy #A47423
RGB
CMYK
RGB Variations
Color information
#A47423 (or 0xA47423) is known color: Hot Toddy. HEX triplet: A4, 74 and 23. RGB value is (164,116,35). Sum of RGB (Red+Green+Blue) = 164+116+35=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A47423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47423 is #5B8BDC. Grayscale: #797979. Windows color (decimal): -5999581 or 2323620. OLE color: 2323620.
HSL color Cylindrical-coordinate representation of color #A47423: hue angle of 37.67º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A47423 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 35 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.36 |
| HSL | 37.67º | 0.65% | 0.39% | - |
| HSV(B) | 37.67º | 0.79% | 0.64% | - |
| XYZ | 21.86 | 20.5 | 4.4 | - |
| YUV | 121.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 35 | 0 | 0.29 | 0.79 | 0.36 | 37.67 | 0.65 | 0.39 |
| Hex | A4 | 74 | 23 | 0 | 1D | 4F | 24 | 26 | 41 | 27 |
| Octal | 244 | 164 | 43 | 0 | 35 | 117 | 44 | 46 | 101 | 47 |
| Binary | 10100100 | 1110100 | 100011 | 0 | 11101 | 1001111 | 100100 | 100110 | 1000001 | 100111 |
Color Harmonies of #A47423
Complementary color
Monochromatic Colors of #A47423
Black with #A47423
Text Example
Text Example
White with #A47423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47423; }
p { color: rgb(164,116,35); }
H1.HeaderClassName
{
color: #A47423;
}
.AnyTagClassName
{
color: #A47423;
}
</style>
background-color css
<style>
a { background-color: #A47423; }
a { background-color: rgb(164,116,35); }
div.DivClassName
{
background-color: #A47423;
}
.BgClassName
{
background-color: #A47423;
}
</style>
border-color css
<style>
span { border-color: #A47423; }
span { border-color: rgb(164,116,35); }
td.TdClassName
{
border-color: #A47423;
}
.TagClassName
{
border-color: #A47423;
}
</style>