Shades of Hot Toddy #A27C30
Tints of Hot Toddy #A27C30
RGB
CMYK
RGB Variations
Color information
#A27C30 (or 0xA27C30) is known color: Hot Toddy. HEX triplet: A2, 7C and 30. RGB value is (162,124,48). Sum of RGB (Red+Green+Blue) = 162+124+48=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C30 is #5D83CF. Grayscale: #7F7F7F. Windows color (decimal): -6128592 or 3177634. OLE color: 3177634.
HSL color Cylindrical-coordinate representation of color #A27C30: hue angle of 40º 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 #A27C30 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 48 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.36 |
| HSL | 40º | 0.54% | 0.41% | - |
| HSV(B) | 40º | 0.7% | 0.64% | - |
| XYZ | 22.64 | 22.31 | 5.91 | - |
| YUV | 126.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 48 | 0 | 0.23 | 0.70 | 0.36 | 40 | 0.54 | 0.41 |
| Hex | A2 | 7C | 30 | 0 | 17 | 46 | 24 | 28 | 36 | 29 |
| Octal | 242 | 174 | 60 | 0 | 27 | 106 | 44 | 50 | 66 | 51 |
| Binary | 10100010 | 1111100 | 110000 | 0 | 10111 | 1000110 | 100100 | 101000 | 110110 | 101001 |
Color Harmonies of #A27C30
Complementary color
Monochromatic Colors of #A27C30
Black with #A27C30
Text Example
Text Example
White with #A27C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C30; }
p { color: rgb(162,124,48); }
H1.HeaderClassName
{
color: #A27C30;
}
.AnyTagClassName
{
color: #A27C30;
}
</style>
background-color css
<style>
a { background-color: #A27C30; }
a { background-color: rgb(162,124,48); }
div.DivClassName
{
background-color: #A27C30;
}
.BgClassName
{
background-color: #A27C30;
}
</style>
border-color css
<style>
span { border-color: #A27C30; }
span { border-color: rgb(162,124,48); }
td.TdClassName
{
border-color: #A27C30;
}
.TagClassName
{
border-color: #A27C30;
}
</style>