Shades of Hot Toddy #A47E30
Tints of Hot Toddy #A47E30
RGB
CMYK
RGB Variations
Color information
#A47E30 (or 0xA47E30) is known color: Hot Toddy. HEX triplet: A4, 7E and 30. RGB value is (164,126,48). Sum of RGB (Red+Green+Blue) = 164+126+48=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E30 is #5B81CF. Grayscale: #808080. Windows color (decimal): -5997008 or 3178148. OLE color: 3178148.
HSL color Cylindrical-coordinate representation of color #A47E30: hue angle of 40.34º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A47E30 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 48 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.36 |
| HSL | 40.34º | 0.55% | 0.42% | - |
| HSV(B) | 40.34º | 0.71% | 0.64% | - |
| XYZ | 23.3 | 23.03 | 6.01 | - |
| YUV | 128.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 48 | 0 | 0.23 | 0.71 | 0.36 | 40.34 | 0.55 | 0.42 |
| Hex | A4 | 7E | 30 | 0 | 17 | 47 | 24 | 28 | 37 | 2A |
| Octal | 244 | 176 | 60 | 0 | 27 | 107 | 44 | 50 | 67 | 52 |
| Binary | 10100100 | 1111110 | 110000 | 0 | 10111 | 1000111 | 100100 | 101000 | 110111 | 101010 |
Color Harmonies of #A47E30
Complementary color
Monochromatic Colors of #A47E30
Black with #A47E30
Text Example
Text Example
White with #A47E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E30; }
p { color: rgb(164,126,48); }
H1.HeaderClassName
{
color: #A47E30;
}
.AnyTagClassName
{
color: #A47E30;
}
</style>
background-color css
<style>
a { background-color: #A47E30; }
a { background-color: rgb(164,126,48); }
div.DivClassName
{
background-color: #A47E30;
}
.BgClassName
{
background-color: #A47E30;
}
</style>
border-color css
<style>
span { border-color: #A47E30; }
span { border-color: rgb(164,126,48); }
td.TdClassName
{
border-color: #A47E30;
}
.TagClassName
{
border-color: #A47E30;
}
</style>