Shades of Hot Toddy #A57828
Tints of Hot Toddy #A57828
RGB
CMYK
RGB Variations
Color information
#A57828 (or 0xA57828) is known color: Hot Toddy. HEX triplet: A5, 78 and 28. RGB value is (165,120,40). Sum of RGB (Red+Green+Blue) = 165+120+40=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A57828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57828 is #5A87D7. Grayscale: #7C7C7C. Windows color (decimal): -5933016 or 2652325. OLE color: 2652325.
HSL color Cylindrical-coordinate representation of color #A57828: hue angle of 38.4º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A57828 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 40 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.35 |
| HSL | 38.4º | 0.61% | 0.4% | - |
| HSV(B) | 38.4º | 0.76% | 0.65% | - |
| XYZ | 22.62 | 21.59 | 4.98 | - |
| YUV | 124.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 40 | 0 | 0.27 | 0.76 | 0.35 | 38.4 | 0.61 | 0.4 |
| Hex | A5 | 78 | 28 | 0 | 1B | 4C | 23 | 26 | 3D | 28 |
| Octal | 245 | 170 | 50 | 0 | 33 | 114 | 43 | 46 | 75 | 50 |
| Binary | 10100101 | 1111000 | 101000 | 0 | 11011 | 1001100 | 100011 | 100110 | 111101 | 101000 |
Color Harmonies of #A57828
Complementary color
Monochromatic Colors of #A57828
Black with #A57828
Text Example
Text Example
White with #A57828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57828; }
p { color: rgb(165,120,40); }
H1.HeaderClassName
{
color: #A57828;
}
.AnyTagClassName
{
color: #A57828;
}
</style>
background-color css
<style>
a { background-color: #A57828; }
a { background-color: rgb(165,120,40); }
div.DivClassName
{
background-color: #A57828;
}
.BgClassName
{
background-color: #A57828;
}
</style>
border-color css
<style>
span { border-color: #A57828; }
span { border-color: rgb(165,120,40); }
td.TdClassName
{
border-color: #A57828;
}
.TagClassName
{
border-color: #A57828;
}
</style>