Shades of Hot Toddy #A87427
Tints of Hot Toddy #A87427
RGB
CMYK
RGB Variations
Color information
#A87427 (or 0xA87427) is known color: Hot Toddy. HEX triplet: A8, 74 and 27. RGB value is (168,116,39). Sum of RGB (Red+Green+Blue) = 168+116+39=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A87427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87427 is #578BD8. Grayscale: #7B7B7B. Windows color (decimal): -5737433 or 2585768. OLE color: 2585768.
HSL color Cylindrical-coordinate representation of color #A87427: hue angle of 35.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A87427 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 39 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.34 |
| HSL | 35.81º | 0.62% | 0.41% | - |
| HSV(B) | 35.81º | 0.77% | 0.66% | - |
| XYZ | 22.76 | 20.96 | 4.77 | - |
| YUV | 122.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 39 | 0 | 0.31 | 0.77 | 0.34 | 35.81 | 0.62 | 0.41 |
| Hex | A8 | 74 | 27 | 0 | 1F | 4D | 22 | 24 | 3E | 29 |
| Octal | 250 | 164 | 47 | 0 | 37 | 115 | 42 | 44 | 76 | 51 |
| Binary | 10101000 | 1110100 | 100111 | 0 | 11111 | 1001101 | 100010 | 100100 | 111110 | 101001 |
Color Harmonies of #A87427
Complementary color
Monochromatic Colors of #A87427
Black with #A87427
Text Example
Text Example
White with #A87427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87427; }
p { color: rgb(168,116,39); }
H1.HeaderClassName
{
color: #A87427;
}
.AnyTagClassName
{
color: #A87427;
}
</style>
background-color css
<style>
a { background-color: #A87427; }
a { background-color: rgb(168,116,39); }
div.DivClassName
{
background-color: #A87427;
}
.BgClassName
{
background-color: #A87427;
}
</style>
border-color css
<style>
span { border-color: #A87427; }
span { border-color: rgb(168,116,39); }
td.TdClassName
{
border-color: #A87427;
}
.TagClassName
{
border-color: #A87427;
}
</style>