Shades of Hot Toddy #A87023
Tints of Hot Toddy #A87023
RGB
CMYK
RGB Variations
Color information
#A87023 (or 0xA87023) is known color: Hot Toddy. HEX triplet: A8, 70 and 23. RGB value is (168,112,35). Sum of RGB (Red+Green+Blue) = 168+112+35=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A87023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87023 is #578FDC. Grayscale: #787878. Windows color (decimal): -5738461 or 2322600. OLE color: 2322600.
HSL color Cylindrical-coordinate representation of color #A87023: hue angle of 34.74º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A87023 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 35 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.34 |
| HSL | 34.74º | 0.66% | 0.4% | - |
| HSV(B) | 34.74º | 0.79% | 0.66% | - |
| XYZ | 22.25 | 20.03 | 4.28 | - |
| YUV | 119.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 35 | 0 | 0.33 | 0.79 | 0.34 | 34.74 | 0.66 | 0.4 |
| Hex | A8 | 70 | 23 | 0 | 21 | 4F | 22 | 23 | 42 | 28 |
| Octal | 250 | 160 | 43 | 0 | 41 | 117 | 42 | 43 | 102 | 50 |
| Binary | 10101000 | 1110000 | 100011 | 0 | 100001 | 1001111 | 100010 | 100011 | 1000010 | 101000 |
Color Harmonies of #A87023
Complementary color
Monochromatic Colors of #A87023
Black with #A87023
Text Example
Text Example
White with #A87023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87023; }
p { color: rgb(168,112,35); }
H1.HeaderClassName
{
color: #A87023;
}
.AnyTagClassName
{
color: #A87023;
}
</style>
background-color css
<style>
a { background-color: #A87023; }
a { background-color: rgb(168,112,35); }
div.DivClassName
{
background-color: #A87023;
}
.BgClassName
{
background-color: #A87023;
}
</style>
border-color css
<style>
span { border-color: #A87023; }
span { border-color: rgb(168,112,35); }
td.TdClassName
{
border-color: #A87023;
}
.TagClassName
{
border-color: #A87023;
}
</style>