Shades of Hot Toddy #A57D32
Tints of Hot Toddy #A57D32
RGB
CMYK
RGB Variations
Color information
#A57D32 (or 0xA57D32) is known color: Hot Toddy. HEX triplet: A5, 7D and 32. RGB value is (165,125,50). Sum of RGB (Red+Green+Blue) = 165+125+50=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D32 is #5A82CD. Grayscale: #808080. Windows color (decimal): -5931726 or 3308965. OLE color: 3308965.
HSL color Cylindrical-coordinate representation of color #A57D32: hue angle of 39.13º degrees, saturation: 0.53, 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 #A57D32 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 50 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.35 |
| HSL | 39.13º | 0.53% | 0.42% | - |
| HSV(B) | 39.13º | 0.7% | 0.65% | - |
| XYZ | 23.43 | 22.9 | 6.2 | - |
| YUV | 128.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 50 | 0 | 0.24 | 0.70 | 0.35 | 39.13 | 0.53 | 0.42 |
| Hex | A5 | 7D | 32 | 0 | 18 | 46 | 23 | 27 | 35 | 2A |
| Octal | 245 | 175 | 62 | 0 | 30 | 106 | 43 | 47 | 65 | 52 |
| Binary | 10100101 | 1111101 | 110010 | 0 | 11000 | 1000110 | 100011 | 100111 | 110101 | 101010 |
Color Harmonies of #A57D32
Complementary color
Monochromatic Colors of #A57D32
Black with #A57D32
Text Example
Text Example
White with #A57D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D32; }
p { color: rgb(165,125,50); }
H1.HeaderClassName
{
color: #A57D32;
}
.AnyTagClassName
{
color: #A57D32;
}
</style>
background-color css
<style>
a { background-color: #A57D32; }
a { background-color: rgb(165,125,50); }
div.DivClassName
{
background-color: #A57D32;
}
.BgClassName
{
background-color: #A57D32;
}
</style>
border-color css
<style>
span { border-color: #A57D32; }
span { border-color: rgb(165,125,50); }
td.TdClassName
{
border-color: #A57D32;
}
.TagClassName
{
border-color: #A57D32;
}
</style>