Shades of Hot Toddy #A27C32
Tints of Hot Toddy #A27C32
RGB
CMYK
RGB Variations
Color information
#A27C32 (or 0xA27C32) is known color: Hot Toddy. HEX triplet: A2, 7C and 32. RGB value is (162,124,50). Sum of RGB (Red+Green+Blue) = 162+124+50=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C32 is #5D83CD. Grayscale: #7F7F7F. Windows color (decimal): -6128590 or 3308706. OLE color: 3308706.
HSL color Cylindrical-coordinate representation of color #A27C32: hue angle of 39.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A27C32 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 50 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.36 |
| HSL | 39.64º | 0.53% | 0.42% | - |
| HSV(B) | 39.64º | 0.69% | 0.64% | - |
| XYZ | 22.68 | 22.33 | 6.13 | - |
| YUV | 126.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 50 | 0 | 0.23 | 0.69 | 0.36 | 39.64 | 0.53 | 0.42 |
| Hex | A2 | 7C | 32 | 0 | 17 | 45 | 24 | 28 | 35 | 2A |
| Octal | 242 | 174 | 62 | 0 | 27 | 105 | 44 | 50 | 65 | 52 |
| Binary | 10100010 | 1111100 | 110010 | 0 | 10111 | 1000101 | 100100 | 101000 | 110101 | 101010 |
Color Harmonies of #A27C32
Complementary color
Monochromatic Colors of #A27C32
Black with #A27C32
Text Example
Text Example
White with #A27C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C32; }
p { color: rgb(162,124,50); }
H1.HeaderClassName
{
color: #A27C32;
}
.AnyTagClassName
{
color: #A27C32;
}
</style>
background-color css
<style>
a { background-color: #A27C32; }
a { background-color: rgb(162,124,50); }
div.DivClassName
{
background-color: #A27C32;
}
.BgClassName
{
background-color: #A27C32;
}
</style>
border-color css
<style>
span { border-color: #A27C32; }
span { border-color: rgb(162,124,50); }
td.TdClassName
{
border-color: #A27C32;
}
.TagClassName
{
border-color: #A27C32;
}
</style>