Shades of Hot Toddy #A8702F
Tints of Hot Toddy #A8702F
RGB
CMYK
RGB Variations
Color information
#A8702F (or 0xA8702F) is known color: Hot Toddy. HEX triplet: A8, 70 and 2F. RGB value is (168,112,47). Sum of RGB (Red+Green+Blue) = 168+112+47=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8702F is #578FD0. Grayscale: #797979. Windows color (decimal): -5738449 or 3109032. OLE color: 3109032.
HSL color Cylindrical-coordinate representation of color #A8702F: hue angle of 32.23º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8702F is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 47 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.34 |
| HSL | 32.23º | 0.56% | 0.42% | - |
| HSV(B) | 32.23º | 0.72% | 0.66% | - |
| XYZ | 22.46 | 20.12 | 5.39 | - |
| YUV | 121.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 47 | 0 | 0.33 | 0.72 | 0.34 | 32.23 | 0.56 | 0.42 |
| Hex | A8 | 70 | 2F | 0 | 21 | 48 | 22 | 20 | 38 | 2A |
| Octal | 250 | 160 | 57 | 0 | 41 | 110 | 42 | 40 | 70 | 52 |
| Binary | 10101000 | 1110000 | 101111 | 0 | 100001 | 1001000 | 100010 | 100000 | 111000 | 101010 |
Color Harmonies of #A8702F
Complementary color
Monochromatic Colors of #A8702F
Black with #A8702F
Text Example
Text Example
White with #A8702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8702F; }
p { color: rgb(168,112,47); }
H1.HeaderClassName
{
color: #A8702F;
}
.AnyTagClassName
{
color: #A8702F;
}
</style>
background-color css
<style>
a { background-color: #A8702F; }
a { background-color: rgb(168,112,47); }
div.DivClassName
{
background-color: #A8702F;
}
.BgClassName
{
background-color: #A8702F;
}
</style>
border-color css
<style>
span { border-color: #A8702F; }
span { border-color: rgb(168,112,47); }
td.TdClassName
{
border-color: #A8702F;
}
.TagClassName
{
border-color: #A8702F;
}
</style>