Shades of Hot Toddy #A27E30
Tints of Hot Toddy #A27E30
RGB
CMYK
RGB Variations
Color information
#A27E30 (or 0xA27E30) is known color: Hot Toddy. HEX triplet: A2, 7E and 30. RGB value is (162,126,48). Sum of RGB (Red+Green+Blue) = 162+126+48=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E30 is #5D81CF. Grayscale: #808080. Windows color (decimal): -6128080 or 3178146. OLE color: 3178146.
HSL color Cylindrical-coordinate representation of color #A27E30: hue angle of 41.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A27E30 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 48 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.36 |
| HSL | 41.05º | 0.54% | 0.41% | - |
| HSV(B) | 41.05º | 0.7% | 0.64% | - |
| XYZ | 22.89 | 22.82 | 5.99 | - |
| YUV | 127.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 48 | 0 | 0.22 | 0.70 | 0.36 | 41.05 | 0.54 | 0.41 |
| Hex | A2 | 7E | 30 | 0 | 16 | 46 | 24 | 29 | 36 | 29 |
| Octal | 242 | 176 | 60 | 0 | 26 | 106 | 44 | 51 | 66 | 51 |
| Binary | 10100010 | 1111110 | 110000 | 0 | 10110 | 1000110 | 100100 | 101001 | 110110 | 101001 |
Color Harmonies of #A27E30
Complementary color
Monochromatic Colors of #A27E30
Black with #A27E30
Text Example
Text Example
White with #A27E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E30; }
p { color: rgb(162,126,48); }
H1.HeaderClassName
{
color: #A27E30;
}
.AnyTagClassName
{
color: #A27E30;
}
</style>
background-color css
<style>
a { background-color: #A27E30; }
a { background-color: rgb(162,126,48); }
div.DivClassName
{
background-color: #A27E30;
}
.BgClassName
{
background-color: #A27E30;
}
</style>
border-color css
<style>
span { border-color: #A27E30; }
span { border-color: rgb(162,126,48); }
td.TdClassName
{
border-color: #A27E30;
}
.TagClassName
{
border-color: #A27E30;
}
</style>