Shades of Hot Toddy #A47627
Tints of Hot Toddy #A47627
RGB
CMYK
RGB Variations
Color information
#A47627 (or 0xA47627) is known color: Hot Toddy. HEX triplet: A4, 76 and 27. RGB value is (164,118,39). Sum of RGB (Red+Green+Blue) = 164+118+39=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A47627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47627 is #5B89D8. Grayscale: #7B7B7B. Windows color (decimal): -5999065 or 2586276. OLE color: 2586276.
HSL color Cylindrical-coordinate representation of color #A47627: hue angle of 37.92º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A47627 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 39 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.36 |
| HSL | 37.92º | 0.62% | 0.4% | - |
| HSV(B) | 37.92º | 0.76% | 0.64% | - |
| XYZ | 22.15 | 21 | 4.8 | - |
| YUV | 122.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 39 | 0 | 0.28 | 0.76 | 0.36 | 37.92 | 0.62 | 0.4 |
| Hex | A4 | 76 | 27 | 0 | 1C | 4C | 24 | 26 | 3E | 28 |
| Octal | 244 | 166 | 47 | 0 | 34 | 114 | 44 | 46 | 76 | 50 |
| Binary | 10100100 | 1110110 | 100111 | 0 | 11100 | 1001100 | 100100 | 100110 | 111110 | 101000 |
Color Harmonies of #A47627
Complementary color
Monochromatic Colors of #A47627
Black with #A47627
Text Example
Text Example
White with #A47627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47627; }
p { color: rgb(164,118,39); }
H1.HeaderClassName
{
color: #A47627;
}
.AnyTagClassName
{
color: #A47627;
}
</style>
background-color css
<style>
a { background-color: #A47627; }
a { background-color: rgb(164,118,39); }
div.DivClassName
{
background-color: #A47627;
}
.BgClassName
{
background-color: #A47627;
}
</style>
border-color css
<style>
span { border-color: #A47627; }
span { border-color: rgb(164,118,39); }
td.TdClassName
{
border-color: #A47627;
}
.TagClassName
{
border-color: #A47627;
}
</style>