Shades of Hot Toddy #A47A36
Tints of Hot Toddy #A47A36
RGB
CMYK
RGB Variations
Color information
#A47A36 (or 0xA47A36) is known color: Hot Toddy. HEX triplet: A4, 7A and 36. RGB value is (164,122,54). Sum of RGB (Red+Green+Blue) = 164+122+54=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A36 is #5B85C9. Grayscale: #7F7F7F. Windows color (decimal): -5998026 or 3570340. OLE color: 3570340.
HSL color Cylindrical-coordinate representation of color #A47A36: hue angle of 37.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A47A36 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 54 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.36 |
| HSL | 37.09º | 0.5% | 0.43% | - |
| HSV(B) | 37.09º | 0.67% | 0.64% | - |
| XYZ | 22.94 | 22.08 | 6.54 | - |
| YUV | 126.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 54 | 0 | 0.26 | 0.67 | 0.36 | 37.09 | 0.5 | 0.43 |
| Hex | A4 | 7A | 36 | 0 | 1A | 43 | 24 | 25 | 32 | 2B |
| Octal | 244 | 172 | 66 | 0 | 32 | 103 | 44 | 45 | 62 | 53 |
| Binary | 10100100 | 1111010 | 110110 | 0 | 11010 | 1000011 | 100100 | 100101 | 110010 | 101011 |
Color Harmonies of #A47A36
Complementary color
Monochromatic Colors of #A47A36
Black with #A47A36
Text Example
Text Example
White with #A47A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A36; }
p { color: rgb(164,122,54); }
H1.HeaderClassName
{
color: #A47A36;
}
.AnyTagClassName
{
color: #A47A36;
}
</style>
background-color css
<style>
a { background-color: #A47A36; }
a { background-color: rgb(164,122,54); }
div.DivClassName
{
background-color: #A47A36;
}
.BgClassName
{
background-color: #A47A36;
}
</style>
border-color css
<style>
span { border-color: #A47A36; }
span { border-color: rgb(164,122,54); }
td.TdClassName
{
border-color: #A47A36;
}
.TagClassName
{
border-color: #A47A36;
}
</style>