Shades of Hot Toddy #A86922
Tints of Hot Toddy #A86922
RGB
CMYK
RGB Variations
Color information
#A86922 (or 0xA86922) is known color: Hot Toddy. HEX triplet: A8, 69 and 22. RGB value is (168,105,34). Sum of RGB (Red+Green+Blue) = 168+105+34=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A86922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86922 is #5796DD. Grayscale: #747474. Windows color (decimal): -5740254 or 2255272. OLE color: 2255272.
HSL color Cylindrical-coordinate representation of color #A86922: hue angle of 31.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A86922 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 34 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.34 |
| HSL | 31.79º | 0.66% | 0.4% | - |
| HSV(B) | 31.79º | 0.8% | 0.66% | - |
| XYZ | 21.49 | 18.54 | 3.96 | - |
| YUV | 115.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 34 | 0 | 0.38 | 0.80 | 0.34 | 31.79 | 0.66 | 0.4 |
| Hex | A8 | 69 | 22 | 0 | 26 | 50 | 22 | 20 | 42 | 28 |
| Octal | 250 | 151 | 42 | 0 | 46 | 120 | 42 | 40 | 102 | 50 |
| Binary | 10101000 | 1101001 | 100010 | 0 | 100110 | 1010000 | 100010 | 100000 | 1000010 | 101000 |
Color Harmonies of #A86922
Complementary color
Monochromatic Colors of #A86922
Black with #A86922
Text Example
Text Example
White with #A86922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86922; }
p { color: rgb(168,105,34); }
H1.HeaderClassName
{
color: #A86922;
}
.AnyTagClassName
{
color: #A86922;
}
</style>
background-color css
<style>
a { background-color: #A86922; }
a { background-color: rgb(168,105,34); }
div.DivClassName
{
background-color: #A86922;
}
.BgClassName
{
background-color: #A86922;
}
</style>
border-color css
<style>
span { border-color: #A86922; }
span { border-color: rgb(168,105,34); }
td.TdClassName
{
border-color: #A86922;
}
.TagClassName
{
border-color: #A86922;
}
</style>