Shades of Hot Toddy #A8742B
Tints of Hot Toddy #A8742B
RGB
CMYK
RGB Variations
Color information
#A8742B (or 0xA8742B) is known color: Hot Toddy. HEX triplet: A8, 74 and 2B. RGB value is (168,116,43). Sum of RGB (Red+Green+Blue) = 168+116+43=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8742B is #578BD4. Grayscale: #7B7B7B. Windows color (decimal): -5737429 or 2847912. OLE color: 2847912.
HSL color Cylindrical-coordinate representation of color #A8742B: hue angle of 35.04º 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 #A8742B is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 43 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.34 |
| HSL | 35.04º | 0.59% | 0.41% | - |
| HSV(B) | 35.04º | 0.74% | 0.66% | - |
| XYZ | 22.83 | 20.99 | 5.13 | - |
| YUV | 123.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 43 | 0 | 0.31 | 0.74 | 0.34 | 35.04 | 0.59 | 0.41 |
| Hex | A8 | 74 | 2B | 0 | 1F | 4A | 22 | 23 | 3B | 29 |
| Octal | 250 | 164 | 53 | 0 | 37 | 112 | 42 | 43 | 73 | 51 |
| Binary | 10101000 | 1110100 | 101011 | 0 | 11111 | 1001010 | 100010 | 100011 | 111011 | 101001 |
Color Harmonies of #A8742B
Complementary color
Monochromatic Colors of #A8742B
Black with #A8742B
Text Example
Text Example
White with #A8742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8742B; }
p { color: rgb(168,116,43); }
H1.HeaderClassName
{
color: #A8742B;
}
.AnyTagClassName
{
color: #A8742B;
}
</style>
background-color css
<style>
a { background-color: #A8742B; }
a { background-color: rgb(168,116,43); }
div.DivClassName
{
background-color: #A8742B;
}
.BgClassName
{
background-color: #A8742B;
}
</style>
border-color css
<style>
span { border-color: #A8742B; }
span { border-color: rgb(168,116,43); }
td.TdClassName
{
border-color: #A8742B;
}
.TagClassName
{
border-color: #A8742B;
}
</style>