Shades of Hot Toddy #A07426
Tints of Hot Toddy #A07426
RGB
CMYK
RGB Variations
Color information
#A07426 (or 0xA07426) is known color: Hot Toddy. HEX triplet: A0, 74 and 26. RGB value is (160,116,38). Sum of RGB (Red+Green+Blue) = 160+116+38=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07426 is #5F8BD9. Grayscale: #787878. Windows color (decimal): -6261722 or 2520224. OLE color: 2520224.
HSL color Cylindrical-coordinate representation of color #A07426: hue angle of 38.36º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07426 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 38 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.37 |
| HSL | 38.36º | 0.62% | 0.39% | - |
| HSV(B) | 38.36º | 0.76% | 0.63% | - |
| XYZ | 21.09 | 20.1 | 4.6 | - |
| YUV | 120.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 38 | 0 | 0.28 | 0.76 | 0.37 | 38.36 | 0.62 | 0.39 |
| Hex | A0 | 74 | 26 | 0 | 1C | 4C | 25 | 26 | 3E | 27 |
| Octal | 240 | 164 | 46 | 0 | 34 | 114 | 45 | 46 | 76 | 47 |
| Binary | 10100000 | 1110100 | 100110 | 0 | 11100 | 1001100 | 100101 | 100110 | 111110 | 100111 |
Color Harmonies of #A07426
Complementary color
Monochromatic Colors of #A07426
Black with #A07426
Text Example
Text Example
White with #A07426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07426; }
p { color: rgb(160,116,38); }
H1.HeaderClassName
{
color: #A07426;
}
.AnyTagClassName
{
color: #A07426;
}
</style>
background-color css
<style>
a { background-color: #A07426; }
a { background-color: rgb(160,116,38); }
div.DivClassName
{
background-color: #A07426;
}
.BgClassName
{
background-color: #A07426;
}
</style>
border-color css
<style>
span { border-color: #A07426; }
span { border-color: rgb(160,116,38); }
td.TdClassName
{
border-color: #A07426;
}
.TagClassName
{
border-color: #A07426;
}
</style>