Shades of Hot Toddy #A47A39
Tints of Hot Toddy #A47A39
RGB
CMYK
RGB Variations
Color information
#A47A39 (or 0xA47A39) is known color: Hot Toddy. HEX triplet: A4, 7A and 39. RGB value is (164,122,57). Sum of RGB (Red+Green+Blue) = 164+122+57=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A39 is #5B85C6. Grayscale: #7F7F7F. Windows color (decimal): -5998023 or 3766948. OLE color: 3766948.
HSL color Cylindrical-coordinate representation of color #A47A39: hue angle of 36.45º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A47A39 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 57 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.36 |
| HSL | 36.45º | 0.48% | 0.43% | - |
| HSV(B) | 36.45º | 0.65% | 0.64% | - |
| XYZ | 23.01 | 22.11 | 6.93 | - |
| YUV | 127.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 57 | 0 | 0.26 | 0.65 | 0.36 | 36.45 | 0.48 | 0.43 |
| Hex | A4 | 7A | 39 | 0 | 1A | 41 | 24 | 24 | 30 | 2B |
| Octal | 244 | 172 | 71 | 0 | 32 | 101 | 44 | 44 | 60 | 53 |
| Binary | 10100100 | 1111010 | 111001 | 0 | 11010 | 1000001 | 100100 | 100100 | 110000 | 101011 |
Color Harmonies of #A47A39
Complementary color
Monochromatic Colors of #A47A39
Black with #A47A39
Text Example
Text Example
White with #A47A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A39; }
p { color: rgb(164,122,57); }
H1.HeaderClassName
{
color: #A47A39;
}
.AnyTagClassName
{
color: #A47A39;
}
</style>
background-color css
<style>
a { background-color: #A47A39; }
a { background-color: rgb(164,122,57); }
div.DivClassName
{
background-color: #A47A39;
}
.BgClassName
{
background-color: #A47A39;
}
</style>
border-color css
<style>
span { border-color: #A47A39; }
span { border-color: rgb(164,122,57); }
td.TdClassName
{
border-color: #A47A39;
}
.TagClassName
{
border-color: #A47A39;
}
</style>