Shades of Hot Toddy #A8782B
Tints of Hot Toddy #A8782B
RGB
CMYK
RGB Variations
Color information
#A8782B (or 0xA8782B) is known color: Hot Toddy. HEX triplet: A8, 78 and 2B. RGB value is (168,120,43). Sum of RGB (Red+Green+Blue) = 168+120+43=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8782B is #5787D4. Grayscale: #7D7D7D. Windows color (decimal): -5736405 or 2848936. OLE color: 2848936.
HSL color Cylindrical-coordinate representation of color #A8782B: hue angle of 36.96º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8782B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 43 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.34 |
| HSL | 36.96º | 0.59% | 0.41% | - |
| HSV(B) | 36.96º | 0.74% | 0.66% | - |
| XYZ | 23.3 | 21.93 | 5.29 | - |
| YUV | 125.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 43 | 0 | 0.29 | 0.74 | 0.34 | 36.96 | 0.59 | 0.41 |
| Hex | A8 | 78 | 2B | 0 | 1D | 4A | 22 | 25 | 3B | 29 |
| Octal | 250 | 170 | 53 | 0 | 35 | 112 | 42 | 45 | 73 | 51 |
| Binary | 10101000 | 1111000 | 101011 | 0 | 11101 | 1001010 | 100010 | 100101 | 111011 | 101001 |
Color Harmonies of #A8782B
Complementary color
Monochromatic Colors of #A8782B
Black with #A8782B
Text Example
Text Example
White with #A8782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8782B; }
p { color: rgb(168,120,43); }
H1.HeaderClassName
{
color: #A8782B;
}
.AnyTagClassName
{
color: #A8782B;
}
</style>
background-color css
<style>
a { background-color: #A8782B; }
a { background-color: rgb(168,120,43); }
div.DivClassName
{
background-color: #A8782B;
}
.BgClassName
{
background-color: #A8782B;
}
</style>
border-color css
<style>
span { border-color: #A8782B; }
span { border-color: rgb(168,120,43); }
td.TdClassName
{
border-color: #A8782B;
}
.TagClassName
{
border-color: #A8782B;
}
</style>