Shades of Hot Toddy #A8741F
Tints of Hot Toddy #A8741F
RGB
CMYK
RGB Variations
Color information
#A8741F (or 0xA8741F) is known color: Hot Toddy. HEX triplet: A8, 74 and 1F. RGB value is (168,116,31). Sum of RGB (Red+Green+Blue) = 168+116+31=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8741F is #578BE0. Grayscale: #7A7A7A. Windows color (decimal): -5737441 or 2061480. OLE color: 2061480.
HSL color Cylindrical-coordinate representation of color #A8741F: hue angle of 37.23º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8741F is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 31 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.34 |
| HSL | 37.23º | 0.69% | 0.39% | - |
| HSV(B) | 37.23º | 0.82% | 0.66% | - |
| XYZ | 22.64 | 20.91 | 4.14 | - |
| YUV | 121.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 31 | 0 | 0.31 | 0.82 | 0.34 | 37.23 | 0.69 | 0.39 |
| Hex | A8 | 74 | 1F | 0 | 1F | 52 | 22 | 25 | 45 | 27 |
| Octal | 250 | 164 | 37 | 0 | 37 | 122 | 42 | 45 | 105 | 47 |
| Binary | 10101000 | 1110100 | 11111 | 0 | 11111 | 1010010 | 100010 | 100101 | 1000101 | 100111 |
Color Harmonies of #A8741F
Complementary color
Monochromatic Colors of #A8741F
Black with #A8741F
Text Example
Text Example
White with #A8741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8741F; }
p { color: rgb(168,116,31); }
H1.HeaderClassName
{
color: #A8741F;
}
.AnyTagClassName
{
color: #A8741F;
}
</style>
background-color css
<style>
a { background-color: #A8741F; }
a { background-color: rgb(168,116,31); }
div.DivClassName
{
background-color: #A8741F;
}
.BgClassName
{
background-color: #A8741F;
}
</style>
border-color css
<style>
span { border-color: #A8741F; }
span { border-color: rgb(168,116,31); }
td.TdClassName
{
border-color: #A8741F;
}
.TagClassName
{
border-color: #A8741F;
}
</style>