Shades of Hot Toddy #A47E2E
Tints of Hot Toddy #A47E2E
RGB
CMYK
RGB Variations
Color information
#A47E2E (or 0xA47E2E) is known color: Hot Toddy. HEX triplet: A4, 7E and 2E. RGB value is (164,126,46). Sum of RGB (Red+Green+Blue) = 164+126+46=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E2E is #5B81D1. Grayscale: #808080. Windows color (decimal): -5997010 or 3047076. OLE color: 3047076.
HSL color Cylindrical-coordinate representation of color #A47E2E: hue angle of 40.68º 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 #A47E2E is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 46 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.36 |
| HSL | 40.68º | 0.56% | 0.41% | - |
| HSV(B) | 40.68º | 0.72% | 0.64% | - |
| XYZ | 23.26 | 23.01 | 5.8 | - |
| YUV | 128.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 46 | 0 | 0.23 | 0.72 | 0.36 | 40.68 | 0.56 | 0.41 |
| Hex | A4 | 7E | 2E | 0 | 17 | 48 | 24 | 29 | 38 | 29 |
| Octal | 244 | 176 | 56 | 0 | 27 | 110 | 44 | 51 | 70 | 51 |
| Binary | 10100100 | 1111110 | 101110 | 0 | 10111 | 1001000 | 100100 | 101001 | 111000 | 101001 |
Color Harmonies of #A47E2E
Complementary color
Monochromatic Colors of #A47E2E
Black with #A47E2E
Text Example
Text Example
White with #A47E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E2E; }
p { color: rgb(164,126,46); }
H1.HeaderClassName
{
color: #A47E2E;
}
.AnyTagClassName
{
color: #A47E2E;
}
</style>
background-color css
<style>
a { background-color: #A47E2E; }
a { background-color: rgb(164,126,46); }
div.DivClassName
{
background-color: #A47E2E;
}
.BgClassName
{
background-color: #A47E2E;
}
</style>
border-color css
<style>
span { border-color: #A47E2E; }
span { border-color: rgb(164,126,46); }
td.TdClassName
{
border-color: #A47E2E;
}
.TagClassName
{
border-color: #A47E2E;
}
</style>