Shades of Hot Toddy #A87F28
Tints of Hot Toddy #A87F28
RGB
CMYK
RGB Variations
Color information
#A87F28 (or 0xA87F28) is known color: Hot Toddy. HEX triplet: A8, 7F and 28. RGB value is (168,127,40). Sum of RGB (Red+Green+Blue) = 168+127+40=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F28 is #5780D7. Grayscale: #818181. Windows color (decimal): -5734616 or 2654120. OLE color: 2654120.
HSL color Cylindrical-coordinate representation of color #A87F28: hue angle of 40.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A87F28 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 40 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.34 |
| HSL | 40.78º | 0.62% | 0.41% | - |
| HSV(B) | 40.78º | 0.76% | 0.66% | - |
| XYZ | 24.12 | 23.66 | 5.3 | - |
| YUV | 129.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 40 | 0 | 0.24 | 0.76 | 0.34 | 40.78 | 0.62 | 0.41 |
| Hex | A8 | 7F | 28 | 0 | 18 | 4C | 22 | 29 | 3E | 29 |
| Octal | 250 | 177 | 50 | 0 | 30 | 114 | 42 | 51 | 76 | 51 |
| Binary | 10101000 | 1111111 | 101000 | 0 | 11000 | 1001100 | 100010 | 101001 | 111110 | 101001 |
Color Harmonies of #A87F28
Complementary color
Monochromatic Colors of #A87F28
Black with #A87F28
Text Example
Text Example
White with #A87F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F28; }
p { color: rgb(168,127,40); }
H1.HeaderClassName
{
color: #A87F28;
}
.AnyTagClassName
{
color: #A87F28;
}
</style>
background-color css
<style>
a { background-color: #A87F28; }
a { background-color: rgb(168,127,40); }
div.DivClassName
{
background-color: #A87F28;
}
.BgClassName
{
background-color: #A87F28;
}
</style>
border-color css
<style>
span { border-color: #A87F28; }
span { border-color: rgb(168,127,40); }
td.TdClassName
{
border-color: #A87F28;
}
.TagClassName
{
border-color: #A87F28;
}
</style>