Shades of Hot Toddy #A27427
Tints of Hot Toddy #A27427
RGB
CMYK
RGB Variations
Color information
#A27427 (or 0xA27427) is known color: Hot Toddy. HEX triplet: A2, 74 and 27. RGB value is (162,116,39). Sum of RGB (Red+Green+Blue) = 162+116+39=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A27427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27427 is #5D8BD8. Grayscale: #797979. Windows color (decimal): -6130649 or 2585762. OLE color: 2585762.
HSL color Cylindrical-coordinate representation of color #A27427: hue angle of 37.56º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A27427 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 116 | 39 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.36 |
| HSL | 37.56º | 0.61% | 0.39% | - |
| HSV(B) | 37.56º | 0.76% | 0.64% | - |
| XYZ | 21.51 | 20.32 | 4.71 | - |
| YUV | 120.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 39 | 0 | 0.28 | 0.76 | 0.36 | 37.56 | 0.61 | 0.39 |
| Hex | A2 | 74 | 27 | 0 | 1C | 4C | 24 | 26 | 3D | 27 |
| Octal | 242 | 164 | 47 | 0 | 34 | 114 | 44 | 46 | 75 | 47 |
| Binary | 10100010 | 1110100 | 100111 | 0 | 11100 | 1001100 | 100100 | 100110 | 111101 | 100111 |
Color Harmonies of #A27427
Complementary color
Monochromatic Colors of #A27427
Black with #A27427
Text Example
Text Example
White with #A27427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27427; }
p { color: rgb(162,116,39); }
H1.HeaderClassName
{
color: #A27427;
}
.AnyTagClassName
{
color: #A27427;
}
</style>
background-color css
<style>
a { background-color: #A27427; }
a { background-color: rgb(162,116,39); }
div.DivClassName
{
background-color: #A27427;
}
.BgClassName
{
background-color: #A27427;
}
</style>
border-color css
<style>
span { border-color: #A27427; }
span { border-color: rgb(162,116,39); }
td.TdClassName
{
border-color: #A27427;
}
.TagClassName
{
border-color: #A27427;
}
</style>