Shades of Hot Toddy #A57331
Tints of Hot Toddy #A57331
RGB
CMYK
RGB Variations
Color information
#A57331 (or 0xA57331) is known color: Hot Toddy. HEX triplet: A5, 73 and 31. RGB value is (165,115,49). Sum of RGB (Red+Green+Blue) = 165+115+49=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A57331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57331 is #5A8CCE. Grayscale: #7A7A7A. Windows color (decimal): -5934287 or 3240869. OLE color: 3240869.
HSL color Cylindrical-coordinate representation of color #A57331: hue angle of 34.14º 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 #A57331 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 49 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.35 |
| HSL | 34.14º | 0.54% | 0.42% | - |
| HSV(B) | 34.14º | 0.7% | 0.65% | - |
| XYZ | 22.2 | 20.48 | 5.69 | - |
| YUV | 122.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 49 | 0 | 0.30 | 0.70 | 0.35 | 34.14 | 0.54 | 0.42 |
| Hex | A5 | 73 | 31 | 0 | 1E | 46 | 23 | 22 | 36 | 2A |
| Octal | 245 | 163 | 61 | 0 | 36 | 106 | 43 | 42 | 66 | 52 |
| Binary | 10100101 | 1110011 | 110001 | 0 | 11110 | 1000110 | 100011 | 100010 | 110110 | 101010 |
Color Harmonies of #A57331
Complementary color
Monochromatic Colors of #A57331
Black with #A57331
Text Example
Text Example
White with #A57331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57331; }
p { color: rgb(165,115,49); }
H1.HeaderClassName
{
color: #A57331;
}
.AnyTagClassName
{
color: #A57331;
}
</style>
background-color css
<style>
a { background-color: #A57331; }
a { background-color: rgb(165,115,49); }
div.DivClassName
{
background-color: #A57331;
}
.BgClassName
{
background-color: #A57331;
}
</style>
border-color css
<style>
span { border-color: #A57331; }
span { border-color: rgb(165,115,49); }
td.TdClassName
{
border-color: #A57331;
}
.TagClassName
{
border-color: #A57331;
}
</style>