Shades of Hot Toddy #A47027
Tints of Hot Toddy #A47027
RGB
CMYK
RGB Variations
Color information
#A47027 (or 0xA47027) is known color: Hot Toddy. HEX triplet: A4, 70 and 27. RGB value is (164,112,39). Sum of RGB (Red+Green+Blue) = 164+112+39=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A47027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47027 is #5B8FD8. Grayscale: #777777. Windows color (decimal): -6000601 or 2584740. OLE color: 2584740.
HSL color Cylindrical-coordinate representation of color #A47027: hue angle of 35.04º 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 #A47027 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 39 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.36 |
| HSL | 35.04º | 0.62% | 0.4% | - |
| HSV(B) | 35.04º | 0.76% | 0.64% | - |
| XYZ | 21.47 | 19.63 | 4.58 | - |
| YUV | 119.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 39 | 0 | 0.32 | 0.76 | 0.36 | 35.04 | 0.62 | 0.4 |
| Hex | A4 | 70 | 27 | 0 | 20 | 4C | 24 | 23 | 3E | 28 |
| Octal | 244 | 160 | 47 | 0 | 40 | 114 | 44 | 43 | 76 | 50 |
| Binary | 10100100 | 1110000 | 100111 | 0 | 100000 | 1001100 | 100100 | 100011 | 111110 | 101000 |
Color Harmonies of #A47027
Complementary color
Monochromatic Colors of #A47027
Black with #A47027
Text Example
Text Example
White with #A47027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47027; }
p { color: rgb(164,112,39); }
H1.HeaderClassName
{
color: #A47027;
}
.AnyTagClassName
{
color: #A47027;
}
</style>
background-color css
<style>
a { background-color: #A47027; }
a { background-color: rgb(164,112,39); }
div.DivClassName
{
background-color: #A47027;
}
.BgClassName
{
background-color: #A47027;
}
</style>
border-color css
<style>
span { border-color: #A47027; }
span { border-color: rgb(164,112,39); }
td.TdClassName
{
border-color: #A47027;
}
.TagClassName
{
border-color: #A47027;
}
</style>