Shades of Hot Toddy #A8782E
Tints of Hot Toddy #A8782E
RGB
CMYK
RGB Variations
Color information
#A8782E (or 0xA8782E) is known color: Hot Toddy. HEX triplet: A8, 78 and 2E. RGB value is (168,120,46). Sum of RGB (Red+Green+Blue) = 168+120+46=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8782E is #5787D1. Grayscale: #7E7E7E. Windows color (decimal): -5736402 or 3045544. OLE color: 3045544.
HSL color Cylindrical-coordinate representation of color #A8782E: hue angle of 36.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8782E is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 46 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.34 |
| HSL | 36.39º | 0.57% | 0.42% | - |
| HSV(B) | 36.39º | 0.73% | 0.66% | - |
| XYZ | 23.36 | 21.96 | 5.59 | - |
| YUV | 125.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 46 | 0 | 0.29 | 0.73 | 0.34 | 36.39 | 0.57 | 0.42 |
| Hex | A8 | 78 | 2E | 0 | 1D | 49 | 22 | 24 | 39 | 2A |
| Octal | 250 | 170 | 56 | 0 | 35 | 111 | 42 | 44 | 71 | 52 |
| Binary | 10101000 | 1111000 | 101110 | 0 | 11101 | 1001001 | 100010 | 100100 | 111001 | 101010 |
Color Harmonies of #A8782E
Complementary color
Monochromatic Colors of #A8782E
Black with #A8782E
Text Example
Text Example
White with #A8782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8782E; }
p { color: rgb(168,120,46); }
H1.HeaderClassName
{
color: #A8782E;
}
.AnyTagClassName
{
color: #A8782E;
}
</style>
background-color css
<style>
a { background-color: #A8782E; }
a { background-color: rgb(168,120,46); }
div.DivClassName
{
background-color: #A8782E;
}
.BgClassName
{
background-color: #A8782E;
}
</style>
border-color css
<style>
span { border-color: #A8782E; }
span { border-color: rgb(168,120,46); }
td.TdClassName
{
border-color: #A8782E;
}
.TagClassName
{
border-color: #A8782E;
}
</style>