Shades of Hot Toddy #A98028
Tints of Hot Toddy #A98028
RGB
CMYK
RGB Variations
Color information
#A98028 (or 0xA98028) is known color: Hot Toddy. HEX triplet: A9, 80 and 28. RGB value is (169,128,40). Sum of RGB (Red+Green+Blue) = 169+128+40=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A98028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98028 is #567FD7. Grayscale: #828282. Windows color (decimal): -5668824 or 2654377. OLE color: 2654377.
HSL color Cylindrical-coordinate representation of color #A98028: hue angle of 40.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98028 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 40 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.34 |
| HSL | 40.93º | 0.62% | 0.41% | - |
| HSV(B) | 40.93º | 0.76% | 0.66% | - |
| XYZ | 24.46 | 24.03 | 5.36 | - |
| YUV | 130.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 40 | 0 | 0.24 | 0.76 | 0.34 | 40.93 | 0.62 | 0.41 |
| Hex | A9 | 80 | 28 | 0 | 18 | 4C | 22 | 29 | 3E | 29 |
| Octal | 251 | 200 | 50 | 0 | 30 | 114 | 42 | 51 | 76 | 51 |
| Binary | 10101001 | 10000000 | 101000 | 0 | 11000 | 1001100 | 100010 | 101001 | 111110 | 101001 |
Color Harmonies of #A98028
Complementary color
Monochromatic Colors of #A98028
Black with #A98028
Text Example
Text Example
White with #A98028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98028; }
p { color: rgb(169,128,40); }
H1.HeaderClassName
{
color: #A98028;
}
.AnyTagClassName
{
color: #A98028;
}
</style>
background-color css
<style>
a { background-color: #A98028; }
a { background-color: rgb(169,128,40); }
div.DivClassName
{
background-color: #A98028;
}
.BgClassName
{
background-color: #A98028;
}
</style>
border-color css
<style>
span { border-color: #A98028; }
span { border-color: rgb(169,128,40); }
td.TdClassName
{
border-color: #A98028;
}
.TagClassName
{
border-color: #A98028;
}
</style>