Shades of Hot Toddy #A47A3A
Tints of Hot Toddy #A47A3A
RGB
CMYK
RGB Variations
Color information
#A47A3A (or 0xA47A3A) is known color: Hot Toddy. HEX triplet: A4, 7A and 3A. RGB value is (164,122,58). Sum of RGB (Red+Green+Blue) = 164+122+58=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A3A is #5B85C5. Grayscale: #7F7F7F. Windows color (decimal): -5998022 or 3832484. OLE color: 3832484.
HSL color Cylindrical-coordinate representation of color #A47A3A: hue angle of 36.23º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A47A3A is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 58 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.36 |
| HSL | 36.23º | 0.48% | 0.44% | - |
| HSV(B) | 36.23º | 0.65% | 0.64% | - |
| XYZ | 23.03 | 22.12 | 7.06 | - |
| YUV | 127.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 58 | 0 | 0.26 | 0.65 | 0.36 | 36.23 | 0.48 | 0.44 |
| Hex | A4 | 7A | 3A | 0 | 1A | 41 | 24 | 24 | 30 | 2C |
| Octal | 244 | 172 | 72 | 0 | 32 | 101 | 44 | 44 | 60 | 54 |
| Binary | 10100100 | 1111010 | 111010 | 0 | 11010 | 1000001 | 100100 | 100100 | 110000 | 101100 |
Color Harmonies of #A47A3A
Complementary color
Monochromatic Colors of #A47A3A
Black with #A47A3A
Text Example
Text Example
White with #A47A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A3A; }
p { color: rgb(164,122,58); }
H1.HeaderClassName
{
color: #A47A3A;
}
.AnyTagClassName
{
color: #A47A3A;
}
</style>
background-color css
<style>
a { background-color: #A47A3A; }
a { background-color: rgb(164,122,58); }
div.DivClassName
{
background-color: #A47A3A;
}
.BgClassName
{
background-color: #A47A3A;
}
</style>
border-color css
<style>
span { border-color: #A47A3A; }
span { border-color: rgb(164,122,58); }
td.TdClassName
{
border-color: #A47A3A;
}
.TagClassName
{
border-color: #A47A3A;
}
</style>