Shades of Hot Toddy #A27A27
Tints of Hot Toddy #A27A27
RGB
CMYK
RGB Variations
Color information
#A27A27 (or 0xA27A27) is known color: Hot Toddy. HEX triplet: A2, 7A and 27. RGB value is (162,122,39). Sum of RGB (Red+Green+Blue) = 162+122+39=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A27 is #5D85D8. Grayscale: #7C7C7C. Windows color (decimal): -6129113 or 2587298. OLE color: 2587298.
HSL color Cylindrical-coordinate representation of color #A27A27: hue angle of 40.49º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A27A27 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 39 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.36 |
| HSL | 40.49º | 0.61% | 0.39% | - |
| HSV(B) | 40.49º | 0.76% | 0.64% | - |
| XYZ | 22.23 | 21.75 | 4.95 | - |
| YUV | 124.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 39 | 0 | 0.25 | 0.76 | 0.36 | 40.49 | 0.61 | 0.39 |
| Hex | A2 | 7A | 27 | 0 | 19 | 4C | 24 | 28 | 3D | 27 |
| Octal | 242 | 172 | 47 | 0 | 31 | 114 | 44 | 50 | 75 | 47 |
| Binary | 10100010 | 1111010 | 100111 | 0 | 11001 | 1001100 | 100100 | 101000 | 111101 | 100111 |
Color Harmonies of #A27A27
Complementary color
Monochromatic Colors of #A27A27
Black with #A27A27
Text Example
Text Example
White with #A27A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A27; }
p { color: rgb(162,122,39); }
H1.HeaderClassName
{
color: #A27A27;
}
.AnyTagClassName
{
color: #A27A27;
}
</style>
background-color css
<style>
a { background-color: #A27A27; }
a { background-color: rgb(162,122,39); }
div.DivClassName
{
background-color: #A27A27;
}
.BgClassName
{
background-color: #A27A27;
}
</style>
border-color css
<style>
span { border-color: #A27A27; }
span { border-color: rgb(162,122,39); }
td.TdClassName
{
border-color: #A27A27;
}
.TagClassName
{
border-color: #A27A27;
}
</style>