Shades of Hot Toddy #A47428
Tints of Hot Toddy #A47428
RGB
CMYK
RGB Variations
Color information
#A47428 (or 0xA47428) is known color: Hot Toddy. HEX triplet: A4, 74 and 28. RGB value is (164,116,40). Sum of RGB (Red+Green+Blue) = 164+116+40=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A47428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47428 is #5B8BD7. Grayscale: #7A7A7A. Windows color (decimal): -5999576 or 2651300. OLE color: 2651300.
HSL color Cylindrical-coordinate representation of color #A47428: hue angle of 36.77º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A47428 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 40 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.36 |
| HSL | 36.77º | 0.61% | 0.4% | - |
| HSV(B) | 36.77º | 0.76% | 0.64% | - |
| XYZ | 21.94 | 20.54 | 4.82 | - |
| YUV | 121.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 40 | 0 | 0.29 | 0.76 | 0.36 | 36.77 | 0.61 | 0.4 |
| Hex | A4 | 74 | 28 | 0 | 1D | 4C | 24 | 25 | 3D | 28 |
| Octal | 244 | 164 | 50 | 0 | 35 | 114 | 44 | 45 | 75 | 50 |
| Binary | 10100100 | 1110100 | 101000 | 0 | 11101 | 1001100 | 100100 | 100101 | 111101 | 101000 |
Color Harmonies of #A47428
Complementary color
Monochromatic Colors of #A47428
Black with #A47428
Text Example
Text Example
White with #A47428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47428; }
p { color: rgb(164,116,40); }
H1.HeaderClassName
{
color: #A47428;
}
.AnyTagClassName
{
color: #A47428;
}
</style>
background-color css
<style>
a { background-color: #A47428; }
a { background-color: rgb(164,116,40); }
div.DivClassName
{
background-color: #A47428;
}
.BgClassName
{
background-color: #A47428;
}
</style>
border-color css
<style>
span { border-color: #A47428; }
span { border-color: rgb(164,116,40); }
td.TdClassName
{
border-color: #A47428;
}
.TagClassName
{
border-color: #A47428;
}
</style>