Shades of Hot Toddy #A8761F
Tints of Hot Toddy #A8761F
RGB
CMYK
RGB Variations
Color information
#A8761F (or 0xA8761F) is known color: Hot Toddy. HEX triplet: A8, 76 and 1F. RGB value is (168,118,31). Sum of RGB (Red+Green+Blue) = 168+118+31=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8761F is #5789E0. Grayscale: #7B7B7B. Windows color (decimal): -5736929 or 2061992. OLE color: 2061992.
HSL color Cylindrical-coordinate representation of color #A8761F: hue angle of 38.1º 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 #A8761F is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 31 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.34 |
| HSL | 38.1º | 0.69% | 0.39% | - |
| HSV(B) | 38.1º | 0.82% | 0.66% | - |
| XYZ | 22.87 | 21.38 | 4.22 | - |
| YUV | 123.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 31 | 0 | 0.30 | 0.82 | 0.34 | 38.1 | 0.69 | 0.39 |
| Hex | A8 | 76 | 1F | 0 | 1E | 52 | 22 | 26 | 45 | 27 |
| Octal | 250 | 166 | 37 | 0 | 36 | 122 | 42 | 46 | 105 | 47 |
| Binary | 10101000 | 1110110 | 11111 | 0 | 11110 | 1010010 | 100010 | 100110 | 1000101 | 100111 |
Color Harmonies of #A8761F
Complementary color
Monochromatic Colors of #A8761F
Black with #A8761F
Text Example
Text Example
White with #A8761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8761F; }
p { color: rgb(168,118,31); }
H1.HeaderClassName
{
color: #A8761F;
}
.AnyTagClassName
{
color: #A8761F;
}
</style>
background-color css
<style>
a { background-color: #A8761F; }
a { background-color: rgb(168,118,31); }
div.DivClassName
{
background-color: #A8761F;
}
.BgClassName
{
background-color: #A8761F;
}
</style>
border-color css
<style>
span { border-color: #A8761F; }
span { border-color: rgb(168,118,31); }
td.TdClassName
{
border-color: #A8761F;
}
.TagClassName
{
border-color: #A8761F;
}
</style>