Shades of Hot Toddy #A47E33
Tints of Hot Toddy #A47E33
RGB
CMYK
RGB Variations
Color information
#A47E33 (or 0xA47E33) is known color: Hot Toddy. HEX triplet: A4, 7E and 33. RGB value is (164,126,51). Sum of RGB (Red+Green+Blue) = 164+126+51=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E33 is #5B81CC. Grayscale: #818181. Windows color (decimal): -5997005 or 3374756. OLE color: 3374756.
HSL color Cylindrical-coordinate representation of color #A47E33: hue angle of 39.82º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A47E33 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 51 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.36 |
| HSL | 39.82º | 0.53% | 0.42% | - |
| HSV(B) | 39.82º | 0.69% | 0.64% | - |
| XYZ | 23.37 | 23.05 | 6.35 | - |
| YUV | 128.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 51 | 0 | 0.23 | 0.69 | 0.36 | 39.82 | 0.53 | 0.42 |
| Hex | A4 | 7E | 33 | 0 | 17 | 45 | 24 | 28 | 35 | 2A |
| Octal | 244 | 176 | 63 | 0 | 27 | 105 | 44 | 50 | 65 | 52 |
| Binary | 10100100 | 1111110 | 110011 | 0 | 10111 | 1000101 | 100100 | 101000 | 110101 | 101010 |
Color Harmonies of #A47E33
Complementary color
Monochromatic Colors of #A47E33
Black with #A47E33
Text Example
Text Example
White with #A47E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E33; }
p { color: rgb(164,126,51); }
H1.HeaderClassName
{
color: #A47E33;
}
.AnyTagClassName
{
color: #A47E33;
}
</style>
background-color css
<style>
a { background-color: #A47E33; }
a { background-color: rgb(164,126,51); }
div.DivClassName
{
background-color: #A47E33;
}
.BgClassName
{
background-color: #A47E33;
}
</style>
border-color css
<style>
span { border-color: #A47E33; }
span { border-color: rgb(164,126,51); }
td.TdClassName
{
border-color: #A47E33;
}
.TagClassName
{
border-color: #A47E33;
}
</style>