Shades of Hot Toddy #A27728
Tints of Hot Toddy #A27728
RGB
CMYK
RGB Variations
Color information
#A27728 (or 0xA27728) is known color: Hot Toddy. HEX triplet: A2, 77 and 28. RGB value is (162,119,40). Sum of RGB (Red+Green+Blue) = 162+119+40=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A27728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27728 is #5D88D7. Grayscale: #7B7B7B. Windows color (decimal): -6129880 or 2652066. OLE color: 2652066.
HSL color Cylindrical-coordinate representation of color #A27728: hue angle of 38.85º 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 #A27728 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 40 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.36 |
| HSL | 38.85º | 0.6% | 0.4% | - |
| HSV(B) | 38.85º | 0.75% | 0.64% | - |
| XYZ | 21.88 | 21.03 | 4.91 | - |
| YUV | 122.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 40 | 0 | 0.27 | 0.75 | 0.36 | 38.85 | 0.6 | 0.4 |
| Hex | A2 | 77 | 28 | 0 | 1B | 4B | 24 | 27 | 3C | 28 |
| Octal | 242 | 167 | 50 | 0 | 33 | 113 | 44 | 47 | 74 | 50 |
| Binary | 10100010 | 1110111 | 101000 | 0 | 11011 | 1001011 | 100100 | 100111 | 111100 | 101000 |
Color Harmonies of #A27728
Complementary color
Monochromatic Colors of #A27728
Black with #A27728
Text Example
Text Example
White with #A27728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27728; }
p { color: rgb(162,119,40); }
H1.HeaderClassName
{
color: #A27728;
}
.AnyTagClassName
{
color: #A27728;
}
</style>
background-color css
<style>
a { background-color: #A27728; }
a { background-color: rgb(162,119,40); }
div.DivClassName
{
background-color: #A27728;
}
.BgClassName
{
background-color: #A27728;
}
</style>
border-color css
<style>
span { border-color: #A27728; }
span { border-color: rgb(162,119,40); }
td.TdClassName
{
border-color: #A27728;
}
.TagClassName
{
border-color: #A27728;
}
</style>