Shades of Hot Toddy #A57A2A
Tints of Hot Toddy #A57A2A
RGB
CMYK
RGB Variations
Color information
#A57A2A (or 0xA57A2A) is known color: Hot Toddy. HEX triplet: A5, 7A and 2A. RGB value is (165,122,42). Sum of RGB (Red+Green+Blue) = 165+122+42=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A2A is #5A85D5. Grayscale: #7E7E7E. Windows color (decimal): -5932502 or 2783909. OLE color: 2783909.
HSL color Cylindrical-coordinate representation of color #A57A2A: hue angle of 39.02º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A57A2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 42 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.35 |
| HSL | 39.02º | 0.59% | 0.41% | - |
| HSV(B) | 39.02º | 0.75% | 0.65% | - |
| XYZ | 22.89 | 22.09 | 5.25 | - |
| YUV | 125.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 42 | 0 | 0.26 | 0.75 | 0.35 | 39.02 | 0.59 | 0.41 |
| Hex | A5 | 7A | 2A | 0 | 1A | 4B | 23 | 27 | 3B | 29 |
| Octal | 245 | 172 | 52 | 0 | 32 | 113 | 43 | 47 | 73 | 51 |
| Binary | 10100101 | 1111010 | 101010 | 0 | 11010 | 1001011 | 100011 | 100111 | 111011 | 101001 |
Color Harmonies of #A57A2A
Complementary color
Monochromatic Colors of #A57A2A
Black with #A57A2A
Text Example
Text Example
White with #A57A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A2A; }
p { color: rgb(165,122,42); }
H1.HeaderClassName
{
color: #A57A2A;
}
.AnyTagClassName
{
color: #A57A2A;
}
</style>
background-color css
<style>
a { background-color: #A57A2A; }
a { background-color: rgb(165,122,42); }
div.DivClassName
{
background-color: #A57A2A;
}
.BgClassName
{
background-color: #A57A2A;
}
</style>
border-color css
<style>
span { border-color: #A57A2A; }
span { border-color: rgb(165,122,42); }
td.TdClassName
{
border-color: #A57A2A;
}
.TagClassName
{
border-color: #A57A2A;
}
</style>