Shades of Hot Toddy #A87C2D
Tints of Hot Toddy #A87C2D
RGB
CMYK
RGB Variations
Color information
#A87C2D (or 0xA87C2D) is known color: Hot Toddy. HEX triplet: A8, 7C and 2D. RGB value is (168,124,45). Sum of RGB (Red+Green+Blue) = 168+124+45=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C2D is #5783D2. Grayscale: #808080. Windows color (decimal): -5735379 or 2981032. OLE color: 2981032.
HSL color Cylindrical-coordinate representation of color #A87C2D: hue angle of 38.54º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A87C2D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 124 | 45 | - |
CMYK | 0 | 0.26 | 0.73 | 0.34 |
HSL | 38.54º | 0.58% | 0.42% | - |
HSV(B) | 38.54º | 0.73% | 0.66% | - |
XYZ | 23.83 | 22.93 | 5.65 | - |
YUV | 128.15 | 81.08 | 156.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 124 | 45 | 0 | 0.26 | 0.73 | 0.34 | 38.54 | 0.58 | 0.42 |
Hex | A8 | 7C | 2D | 0 | 1A | 49 | 22 | 27 | 3A | 2A |
Octal | 250 | 174 | 55 | 0 | 32 | 111 | 42 | 47 | 72 | 52 |
Binary | 10101000 | 1111100 | 101101 | 0 | 11010 | 1001001 | 100010 | 100111 | 111010 | 101010 |
Color Harmonies of #A87C2D
Complementary color
Monochromatic Colors of #A87C2D
Black with #A87C2D
Text Example
Text Example
White with #A87C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C2D; }
p { color: rgb(168,124,45); }
H1.HeaderClassName
{
color: #A87C2D;
}
.AnyTagClassName
{
color: #A87C2D;
}
</style>
background-color css
<style>
a { background-color: #A87C2D; }
a { background-color: rgb(168,124,45); }
div.DivClassName
{
background-color: #A87C2D;
}
.BgClassName
{
background-color: #A87C2D;
}
</style>
border-color css
<style>
span { border-color: #A87C2D; }
span { border-color: rgb(168,124,45); }
td.TdClassName
{
border-color: #A87C2D;
}
.TagClassName
{
border-color: #A87C2D;
}
</style>