Shades of Hot Toddy #A57A34
Tints of Hot Toddy #A57A34
RGB
CMYK
RGB Variations
Color information
#A57A34 (or 0xA57A34) is known color: Hot Toddy. HEX triplet: A5, 7A and 34. RGB value is (165,122,52). Sum of RGB (Red+Green+Blue) = 165+122+52=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A34 is #5A85CB. Grayscale: #7F7F7F. Windows color (decimal): -5932492 or 3439269. OLE color: 3439269.
HSL color Cylindrical-coordinate representation of color #A57A34: hue angle of 37.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A57A34 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 52 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.35 |
| HSL | 37.17º | 0.52% | 0.43% | - |
| HSV(B) | 37.17º | 0.68% | 0.65% | - |
| XYZ | 23.1 | 22.17 | 6.31 | - |
| YUV | 126.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 52 | 0 | 0.26 | 0.68 | 0.35 | 37.17 | 0.52 | 0.43 |
| Hex | A5 | 7A | 34 | 0 | 1A | 44 | 23 | 25 | 34 | 2B |
| Octal | 245 | 172 | 64 | 0 | 32 | 104 | 43 | 45 | 64 | 53 |
| Binary | 10100101 | 1111010 | 110100 | 0 | 11010 | 1000100 | 100011 | 100101 | 110100 | 101011 |
Color Harmonies of #A57A34
Complementary color
Monochromatic Colors of #A57A34
Black with #A57A34
Text Example
Text Example
White with #A57A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A34; }
p { color: rgb(165,122,52); }
H1.HeaderClassName
{
color: #A57A34;
}
.AnyTagClassName
{
color: #A57A34;
}
</style>
background-color css
<style>
a { background-color: #A57A34; }
a { background-color: rgb(165,122,52); }
div.DivClassName
{
background-color: #A57A34;
}
.BgClassName
{
background-color: #A57A34;
}
</style>
border-color css
<style>
span { border-color: #A57A34; }
span { border-color: rgb(165,122,52); }
td.TdClassName
{
border-color: #A57A34;
}
.TagClassName
{
border-color: #A57A34;
}
</style>