Shades of Hot Toddy #A57231
Tints of Hot Toddy #A57231
RGB
CMYK
RGB Variations
Color information
#A57231 (or 0xA57231) is known color: Hot Toddy. HEX triplet: A5, 72 and 31. RGB value is (165,114,49). Sum of RGB (Red+Green+Blue) = 165+114+49=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A57231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57231 is #5A8DCE. Grayscale: #7A7A7A. Windows color (decimal): -5934543 or 3240613. OLE color: 3240613.
HSL color Cylindrical-coordinate representation of color #A57231: hue angle of 33.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A57231 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 49 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.35 |
| HSL | 33.62º | 0.54% | 0.42% | - |
| HSV(B) | 33.62º | 0.7% | 0.65% | - |
| XYZ | 22.09 | 20.26 | 5.65 | - |
| YUV | 121.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 49 | 0 | 0.31 | 0.70 | 0.35 | 33.62 | 0.54 | 0.42 |
| Hex | A5 | 72 | 31 | 0 | 1F | 46 | 23 | 22 | 36 | 2A |
| Octal | 245 | 162 | 61 | 0 | 37 | 106 | 43 | 42 | 66 | 52 |
| Binary | 10100101 | 1110010 | 110001 | 0 | 11111 | 1000110 | 100011 | 100010 | 110110 | 101010 |
Color Harmonies of #A57231
Complementary color
Monochromatic Colors of #A57231
Black with #A57231
Text Example
Text Example
White with #A57231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57231; }
p { color: rgb(165,114,49); }
H1.HeaderClassName
{
color: #A57231;
}
.AnyTagClassName
{
color: #A57231;
}
</style>
background-color css
<style>
a { background-color: #A57231; }
a { background-color: rgb(165,114,49); }
div.DivClassName
{
background-color: #A57231;
}
.BgClassName
{
background-color: #A57231;
}
</style>
border-color css
<style>
span { border-color: #A57231; }
span { border-color: rgb(165,114,49); }
td.TdClassName
{
border-color: #A57231;
}
.TagClassName
{
border-color: #A57231;
}
</style>