Shades of Hot Toddy #A27C3C
Tints of Hot Toddy #A27C3C
RGB
CMYK
RGB Variations
Color information
#A27C3C (or 0xA27C3C) is known color: Hot Toddy. HEX triplet: A2, 7C and 3C. RGB value is (162,124,60). Sum of RGB (Red+Green+Blue) = 162+124+60=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C3C is #5D83C3. Grayscale: #808080. Windows color (decimal): -6128580 or 3964066. OLE color: 3964066.
HSL color Cylindrical-coordinate representation of color #A27C3C: hue angle of 37.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A27C3C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 60 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.36 |
| HSL | 37.65º | 0.46% | 0.44% | - |
| HSV(B) | 37.65º | 0.63% | 0.64% | - |
| XYZ | 22.92 | 22.42 | 7.39 | - |
| YUV | 128.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 60 | 0 | 0.23 | 0.63 | 0.36 | 37.65 | 0.46 | 0.44 |
| Hex | A2 | 7C | 3C | 0 | 17 | 3F | 24 | 26 | 2E | 2C |
| Octal | 242 | 174 | 74 | 0 | 27 | 77 | 44 | 46 | 56 | 54 |
| Binary | 10100010 | 1111100 | 111100 | 0 | 10111 | 111111 | 100100 | 100110 | 101110 | 101100 |
Color Harmonies of #A27C3C
Complementary color
Monochromatic Colors of #A27C3C
Black with #A27C3C
Text Example
Text Example
White with #A27C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C3C; }
p { color: rgb(162,124,60); }
H1.HeaderClassName
{
color: #A27C3C;
}
.AnyTagClassName
{
color: #A27C3C;
}
</style>
background-color css
<style>
a { background-color: #A27C3C; }
a { background-color: rgb(162,124,60); }
div.DivClassName
{
background-color: #A27C3C;
}
.BgClassName
{
background-color: #A27C3C;
}
</style>
border-color css
<style>
span { border-color: #A27C3C; }
span { border-color: rgb(162,124,60); }
td.TdClassName
{
border-color: #A27C3C;
}
.TagClassName
{
border-color: #A27C3C;
}
</style>