Shades of Hot Toddy #A47A2E
Tints of Hot Toddy #A47A2E
RGB
CMYK
RGB Variations
Color information
#A47A2E (or 0xA47A2E) is known color: Hot Toddy. HEX triplet: A4, 7A and 2E. RGB value is (164,122,46). Sum of RGB (Red+Green+Blue) = 164+122+46=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A2E is #5B85D1. Grayscale: #7E7E7E. Windows color (decimal): -5998034 or 3046052. OLE color: 3046052.
HSL color Cylindrical-coordinate representation of color #A47A2E: hue angle of 38.64º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A47A2E is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 46 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.36 |
| HSL | 38.64º | 0.56% | 0.41% | - |
| HSV(B) | 38.64º | 0.72% | 0.64% | - |
| XYZ | 22.76 | 22.01 | 5.63 | - |
| YUV | 125.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 46 | 0 | 0.26 | 0.72 | 0.36 | 38.64 | 0.56 | 0.41 |
| Hex | A4 | 7A | 2E | 0 | 1A | 48 | 24 | 27 | 38 | 29 |
| Octal | 244 | 172 | 56 | 0 | 32 | 110 | 44 | 47 | 70 | 51 |
| Binary | 10100100 | 1111010 | 101110 | 0 | 11010 | 1001000 | 100100 | 100111 | 111000 | 101001 |
Color Harmonies of #A47A2E
Complementary color
Monochromatic Colors of #A47A2E
Black with #A47A2E
Text Example
Text Example
White with #A47A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A2E; }
p { color: rgb(164,122,46); }
H1.HeaderClassName
{
color: #A47A2E;
}
.AnyTagClassName
{
color: #A47A2E;
}
</style>
background-color css
<style>
a { background-color: #A47A2E; }
a { background-color: rgb(164,122,46); }
div.DivClassName
{
background-color: #A47A2E;
}
.BgClassName
{
background-color: #A47A2E;
}
</style>
border-color css
<style>
span { border-color: #A47A2E; }
span { border-color: rgb(164,122,46); }
td.TdClassName
{
border-color: #A47A2E;
}
.TagClassName
{
border-color: #A47A2E;
}
</style>