Shades of Hot Toddy #A76D1F
Tints of Hot Toddy #A76D1F
RGB
CMYK
RGB Variations
Color information
#A76D1F (or 0xA76D1F) is known color: Hot Toddy. HEX triplet: A7, 6D and 1F. RGB value is (167,109,31). Sum of RGB (Red+Green+Blue) = 167+109+31=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D1F is #5892E0. Grayscale: #757575. Windows color (decimal): -5804769 or 2059687. OLE color: 2059687.
HSL color Cylindrical-coordinate representation of color #A76D1F: hue angle of 34.41º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A76D1F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 31 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.35 |
| HSL | 34.41º | 0.69% | 0.39% | - |
| HSV(B) | 34.41º | 0.81% | 0.65% | - |
| XYZ | 21.65 | 19.25 | 3.87 | - |
| YUV | 117.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 31 | 0 | 0.35 | 0.81 | 0.35 | 34.41 | 0.69 | 0.39 |
| Hex | A7 | 6D | 1F | 0 | 23 | 51 | 23 | 22 | 45 | 27 |
| Octal | 247 | 155 | 37 | 0 | 43 | 121 | 43 | 42 | 105 | 47 |
| Binary | 10100111 | 1101101 | 11111 | 0 | 100011 | 1010001 | 100011 | 100010 | 1000101 | 100111 |
Color Harmonies of #A76D1F
Complementary color
Monochromatic Colors of #A76D1F
Black with #A76D1F
Text Example
Text Example
White with #A76D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D1F; }
p { color: rgb(167,109,31); }
H1.HeaderClassName
{
color: #A76D1F;
}
.AnyTagClassName
{
color: #A76D1F;
}
</style>
background-color css
<style>
a { background-color: #A76D1F; }
a { background-color: rgb(167,109,31); }
div.DivClassName
{
background-color: #A76D1F;
}
.BgClassName
{
background-color: #A76D1F;
}
</style>
border-color css
<style>
span { border-color: #A76D1F; }
span { border-color: rgb(167,109,31); }
td.TdClassName
{
border-color: #A76D1F;
}
.TagClassName
{
border-color: #A76D1F;
}
</style>