Shades of Hot Toddy #A27528
Tints of Hot Toddy #A27528
RGB
CMYK
RGB Variations
Color information
#A27528 (or 0xA27528) is known color: Hot Toddy. HEX triplet: A2, 75 and 28. RGB value is (162,117,40). Sum of RGB (Red+Green+Blue) = 162+117+40=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A27528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27528 is #5D8AD7. Grayscale: #7A7A7A. Windows color (decimal): -6130392 or 2651554. OLE color: 2651554.
HSL color Cylindrical-coordinate representation of color #A27528: hue angle of 37.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A27528 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 40 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.36 |
| HSL | 37.87º | 0.6% | 0.4% | - |
| HSV(B) | 37.87º | 0.75% | 0.64% | - |
| XYZ | 21.64 | 20.56 | 4.83 | - |
| YUV | 121.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 40 | 0 | 0.28 | 0.75 | 0.36 | 37.87 | 0.6 | 0.4 |
| Hex | A2 | 75 | 28 | 0 | 1C | 4B | 24 | 26 | 3C | 28 |
| Octal | 242 | 165 | 50 | 0 | 34 | 113 | 44 | 46 | 74 | 50 |
| Binary | 10100010 | 1110101 | 101000 | 0 | 11100 | 1001011 | 100100 | 100110 | 111100 | 101000 |
Color Harmonies of #A27528
Complementary color
Monochromatic Colors of #A27528
Black with #A27528
Text Example
Text Example
White with #A27528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27528; }
p { color: rgb(162,117,40); }
H1.HeaderClassName
{
color: #A27528;
}
.AnyTagClassName
{
color: #A27528;
}
</style>
background-color css
<style>
a { background-color: #A27528; }
a { background-color: rgb(162,117,40); }
div.DivClassName
{
background-color: #A27528;
}
.BgClassName
{
background-color: #A27528;
}
</style>
border-color css
<style>
span { border-color: #A27528; }
span { border-color: rgb(162,117,40); }
td.TdClassName
{
border-color: #A27528;
}
.TagClassName
{
border-color: #A27528;
}
</style>