Shades of Hot Toddy #A57A2B
Tints of Hot Toddy #A57A2B
RGB
CMYK
RGB Variations
Color information
#A57A2B (or 0xA57A2B) is known color: Hot Toddy. HEX triplet: A5, 7A and 2B. RGB value is (165,122,43). Sum of RGB (Red+Green+Blue) = 165+122+43=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A2B is #5A85D4. Grayscale: #7E7E7E. Windows color (decimal): -5932501 or 2849445. OLE color: 2849445.
HSL color Cylindrical-coordinate representation of color #A57A2B: hue angle of 38.85º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A57A2B is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 43 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.35 |
| HSL | 38.85º | 0.59% | 0.41% | - |
| HSV(B) | 38.85º | 0.74% | 0.65% | - |
| XYZ | 22.91 | 22.09 | 5.34 | - |
| YUV | 125.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 43 | 0 | 0.26 | 0.74 | 0.35 | 38.85 | 0.59 | 0.41 |
| Hex | A5 | 7A | 2B | 0 | 1A | 4A | 23 | 27 | 3B | 29 |
| Octal | 245 | 172 | 53 | 0 | 32 | 112 | 43 | 47 | 73 | 51 |
| Binary | 10100101 | 1111010 | 101011 | 0 | 11010 | 1001010 | 100011 | 100111 | 111011 | 101001 |
Color Harmonies of #A57A2B
Complementary color
Monochromatic Colors of #A57A2B
Black with #A57A2B
Text Example
Text Example
White with #A57A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A2B; }
p { color: rgb(165,122,43); }
H1.HeaderClassName
{
color: #A57A2B;
}
.AnyTagClassName
{
color: #A57A2B;
}
</style>
background-color css
<style>
a { background-color: #A57A2B; }
a { background-color: rgb(165,122,43); }
div.DivClassName
{
background-color: #A57A2B;
}
.BgClassName
{
background-color: #A57A2B;
}
</style>
border-color css
<style>
span { border-color: #A57A2B; }
span { border-color: rgb(165,122,43); }
td.TdClassName
{
border-color: #A57A2B;
}
.TagClassName
{
border-color: #A57A2B;
}
</style>