Shades of Hot Toddy #A07624
Tints of Hot Toddy #A07624
RGB
CMYK
RGB Variations
Color information
#A07624 (or 0xA07624) is known color: Hot Toddy. HEX triplet: A0, 76 and 24. RGB value is (160,118,36). Sum of RGB (Red+Green+Blue) = 160+118+36=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07624 is #5F89DB. Grayscale: #797979. Windows color (decimal): -6261212 or 2389664. OLE color: 2389664.
HSL color Cylindrical-coordinate representation of color #A07624: hue angle of 39.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A07624 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 36 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.37 |
| HSL | 39.68º | 0.63% | 0.38% | - |
| HSV(B) | 39.68º | 0.78% | 0.63% | - |
| XYZ | 21.29 | 20.56 | 4.51 | - |
| YUV | 121.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 36 | 0 | 0.26 | 0.78 | 0.37 | 39.68 | 0.63 | 0.38 |
| Hex | A0 | 76 | 24 | 0 | 1A | 4E | 25 | 28 | 3F | 26 |
| Octal | 240 | 166 | 44 | 0 | 32 | 116 | 45 | 50 | 77 | 46 |
| Binary | 10100000 | 1110110 | 100100 | 0 | 11010 | 1001110 | 100101 | 101000 | 111111 | 100110 |
Color Harmonies of #A07624
Complementary color
Monochromatic Colors of #A07624
Black with #A07624
Text Example
Text Example
White with #A07624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07624; }
p { color: rgb(160,118,36); }
H1.HeaderClassName
{
color: #A07624;
}
.AnyTagClassName
{
color: #A07624;
}
</style>
background-color css
<style>
a { background-color: #A07624; }
a { background-color: rgb(160,118,36); }
div.DivClassName
{
background-color: #A07624;
}
.BgClassName
{
background-color: #A07624;
}
</style>
border-color css
<style>
span { border-color: #A07624; }
span { border-color: rgb(160,118,36); }
td.TdClassName
{
border-color: #A07624;
}
.TagClassName
{
border-color: #A07624;
}
</style>