Shades of Hot Toddy #A27A3C
Tints of Hot Toddy #A27A3C
RGB
CMYK
RGB Variations
Color information
#A27A3C (or 0xA27A3C) is known color: Hot Toddy. HEX triplet: A2, 7A and 3C. RGB value is (162,122,60). Sum of RGB (Red+Green+Blue) = 162+122+60=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A3C is #5D85C3. Grayscale: #7F7F7F. Windows color (decimal): -6129092 or 3963554. OLE color: 3963554.
HSL color Cylindrical-coordinate representation of color #A27A3C: hue angle of 36.47º 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 #A27A3C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 60 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.36 |
| HSL | 36.47º | 0.46% | 0.44% | - |
| HSV(B) | 36.47º | 0.63% | 0.64% | - |
| XYZ | 22.68 | 21.93 | 7.31 | - |
| YUV | 126.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 60 | 0 | 0.25 | 0.63 | 0.36 | 36.47 | 0.46 | 0.44 |
| Hex | A2 | 7A | 3C | 0 | 19 | 3F | 24 | 24 | 2E | 2C |
| Octal | 242 | 172 | 74 | 0 | 31 | 77 | 44 | 44 | 56 | 54 |
| Binary | 10100010 | 1111010 | 111100 | 0 | 11001 | 111111 | 100100 | 100100 | 101110 | 101100 |
Color Harmonies of #A27A3C
Complementary color
Monochromatic Colors of #A27A3C
Black with #A27A3C
Text Example
Text Example
White with #A27A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A3C; }
p { color: rgb(162,122,60); }
H1.HeaderClassName
{
color: #A27A3C;
}
.AnyTagClassName
{
color: #A27A3C;
}
</style>
background-color css
<style>
a { background-color: #A27A3C; }
a { background-color: rgb(162,122,60); }
div.DivClassName
{
background-color: #A27A3C;
}
.BgClassName
{
background-color: #A27A3C;
}
</style>
border-color css
<style>
span { border-color: #A27A3C; }
span { border-color: rgb(162,122,60); }
td.TdClassName
{
border-color: #A27A3C;
}
.TagClassName
{
border-color: #A27A3C;
}
</style>