Shades of Hot Toddy #A27E2F
Tints of Hot Toddy #A27E2F
RGB
CMYK
RGB Variations
Color information
#A27E2F (or 0xA27E2F) is known color: Hot Toddy. HEX triplet: A2, 7E and 2F. RGB value is (162,126,47). Sum of RGB (Red+Green+Blue) = 162+126+47=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E2F is #5D81D0. Grayscale: #808080. Windows color (decimal): -6128081 or 3112610. OLE color: 3112610.
HSL color Cylindrical-coordinate representation of color #A27E2F: hue angle of 41.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A27E2F is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 47 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.36 |
| HSL | 41.22º | 0.55% | 0.41% | - |
| HSV(B) | 41.22º | 0.71% | 0.64% | - |
| XYZ | 22.87 | 22.81 | 5.89 | - |
| YUV | 127.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 47 | 0 | 0.22 | 0.71 | 0.36 | 41.22 | 0.55 | 0.41 |
| Hex | A2 | 7E | 2F | 0 | 16 | 47 | 24 | 29 | 37 | 29 |
| Octal | 242 | 176 | 57 | 0 | 26 | 107 | 44 | 51 | 67 | 51 |
| Binary | 10100010 | 1111110 | 101111 | 0 | 10110 | 1000111 | 100100 | 101001 | 110111 | 101001 |
Color Harmonies of #A27E2F
Complementary color
Monochromatic Colors of #A27E2F
Black with #A27E2F
Text Example
Text Example
White with #A27E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E2F; }
p { color: rgb(162,126,47); }
H1.HeaderClassName
{
color: #A27E2F;
}
.AnyTagClassName
{
color: #A27E2F;
}
</style>
background-color css
<style>
a { background-color: #A27E2F; }
a { background-color: rgb(162,126,47); }
div.DivClassName
{
background-color: #A27E2F;
}
.BgClassName
{
background-color: #A27E2F;
}
</style>
border-color css
<style>
span { border-color: #A27E2F; }
span { border-color: rgb(162,126,47); }
td.TdClassName
{
border-color: #A27E2F;
}
.TagClassName
{
border-color: #A27E2F;
}
</style>