Shades of Hot Toddy #A47D2B
Tints of Hot Toddy #A47D2B
RGB
CMYK
RGB Variations
Color information
#A47D2B (or 0xA47D2B) is known color: Hot Toddy. HEX triplet: A4, 7D and 2B. RGB value is (164,125,43). Sum of RGB (Red+Green+Blue) = 164+125+43=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D2B is #5B82D4. Grayscale: #7F7F7F. Windows color (decimal): -5997269 or 2850212. OLE color: 2850212.
HSL color Cylindrical-coordinate representation of color #A47D2B: hue angle of 40.66º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A47D2B is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 43 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.36 |
| HSL | 40.66º | 0.58% | 0.41% | - |
| HSV(B) | 40.66º | 0.74% | 0.64% | - |
| XYZ | 23.08 | 22.73 | 5.46 | - |
| YUV | 127.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 43 | 0 | 0.24 | 0.74 | 0.36 | 40.66 | 0.58 | 0.41 |
| Hex | A4 | 7D | 2B | 0 | 18 | 4A | 24 | 29 | 3A | 29 |
| Octal | 244 | 175 | 53 | 0 | 30 | 112 | 44 | 51 | 72 | 51 |
| Binary | 10100100 | 1111101 | 101011 | 0 | 11000 | 1001010 | 100100 | 101001 | 111010 | 101001 |
Color Harmonies of #A47D2B
Complementary color
Monochromatic Colors of #A47D2B
Black with #A47D2B
Text Example
Text Example
White with #A47D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D2B; }
p { color: rgb(164,125,43); }
H1.HeaderClassName
{
color: #A47D2B;
}
.AnyTagClassName
{
color: #A47D2B;
}
</style>
background-color css
<style>
a { background-color: #A47D2B; }
a { background-color: rgb(164,125,43); }
div.DivClassName
{
background-color: #A47D2B;
}
.BgClassName
{
background-color: #A47D2B;
}
</style>
border-color css
<style>
span { border-color: #A47D2B; }
span { border-color: rgb(164,125,43); }
td.TdClassName
{
border-color: #A47D2B;
}
.TagClassName
{
border-color: #A47D2B;
}
</style>