Shades of Hot Toddy #A27C36
Tints of Hot Toddy #A27C36
RGB
CMYK
RGB Variations
Color information
#A27C36 (or 0xA27C36) is known color: Hot Toddy. HEX triplet: A2, 7C and 36. RGB value is (162,124,54). Sum of RGB (Red+Green+Blue) = 162+124+54=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C36 is #5D83C9. Grayscale: #7F7F7F. Windows color (decimal): -6128586 or 3570850. OLE color: 3570850.
HSL color Cylindrical-coordinate representation of color #A27C36: hue angle of 38.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A27C36 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 54 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.36 |
| HSL | 38.89º | 0.5% | 0.42% | - |
| HSV(B) | 38.89º | 0.67% | 0.64% | - |
| XYZ | 22.77 | 22.36 | 6.61 | - |
| YUV | 127.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 54 | 0 | 0.23 | 0.67 | 0.36 | 38.89 | 0.5 | 0.42 |
| Hex | A2 | 7C | 36 | 0 | 17 | 43 | 24 | 27 | 32 | 2A |
| Octal | 242 | 174 | 66 | 0 | 27 | 103 | 44 | 47 | 62 | 52 |
| Binary | 10100010 | 1111100 | 110110 | 0 | 10111 | 1000011 | 100100 | 100111 | 110010 | 101010 |
Color Harmonies of #A27C36
Complementary color
Monochromatic Colors of #A27C36
Black with #A27C36
Text Example
Text Example
White with #A27C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C36; }
p { color: rgb(162,124,54); }
H1.HeaderClassName
{
color: #A27C36;
}
.AnyTagClassName
{
color: #A27C36;
}
</style>
background-color css
<style>
a { background-color: #A27C36; }
a { background-color: rgb(162,124,54); }
div.DivClassName
{
background-color: #A27C36;
}
.BgClassName
{
background-color: #A27C36;
}
</style>
border-color css
<style>
span { border-color: #A27C36; }
span { border-color: rgb(162,124,54); }
td.TdClassName
{
border-color: #A27C36;
}
.TagClassName
{
border-color: #A27C36;
}
</style>