Shades of Hot Toddy #A87F34
Tints of Hot Toddy #A87F34
RGB
CMYK
RGB Variations
Color information
#A87F34 (or 0xA87F34) is known color: Hot Toddy. HEX triplet: A8, 7F and 34. RGB value is (168,127,52). Sum of RGB (Red+Green+Blue) = 168+127+52=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F34 is #5780CB. Grayscale: #838383. Windows color (decimal): -5734604 or 3440552. OLE color: 3440552.
HSL color Cylindrical-coordinate representation of color #A87F34: hue angle of 38.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A87F34 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 52 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.34 |
| HSL | 38.79º | 0.53% | 0.43% | - |
| HSV(B) | 38.79º | 0.69% | 0.66% | - |
| XYZ | 24.36 | 23.75 | 6.55 | - |
| YUV | 130.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 52 | 0 | 0.24 | 0.69 | 0.34 | 38.79 | 0.53 | 0.43 |
| Hex | A8 | 7F | 34 | 0 | 18 | 45 | 22 | 27 | 35 | 2B |
| Octal | 250 | 177 | 64 | 0 | 30 | 105 | 42 | 47 | 65 | 53 |
| Binary | 10101000 | 1111111 | 110100 | 0 | 11000 | 1000101 | 100010 | 100111 | 110101 | 101011 |
Color Harmonies of #A87F34
Complementary color
Monochromatic Colors of #A87F34
Black with #A87F34
Text Example
Text Example
White with #A87F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F34; }
p { color: rgb(168,127,52); }
H1.HeaderClassName
{
color: #A87F34;
}
.AnyTagClassName
{
color: #A87F34;
}
</style>
background-color css
<style>
a { background-color: #A87F34; }
a { background-color: rgb(168,127,52); }
div.DivClassName
{
background-color: #A87F34;
}
.BgClassName
{
background-color: #A87F34;
}
</style>
border-color css
<style>
span { border-color: #A87F34; }
span { border-color: rgb(168,127,52); }
td.TdClassName
{
border-color: #A87F34;
}
.TagClassName
{
border-color: #A87F34;
}
</style>