Shades of Hot Toddy #A7812D
Tints of Hot Toddy #A7812D
RGB
CMYK
RGB Variations
Color information
#A7812D (or 0xA7812D) is known color: Hot Toddy. HEX triplet: A7, 81 and 2D. RGB value is (167,129,45). Sum of RGB (Red+Green+Blue) = 167+129+45=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7812D is #587ED2. Grayscale: #838383. Windows color (decimal): -5799635 or 2982311. OLE color: 2982311.
HSL color Cylindrical-coordinate representation of color #A7812D: hue angle of 41.31º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7812D is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 45 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.35 |
| HSL | 41.31º | 0.58% | 0.42% | - |
| HSV(B) | 41.31º | 0.73% | 0.65% | - |
| XYZ | 24.26 | 24.11 | 5.86 | - |
| YUV | 130.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 45 | 0 | 0.23 | 0.73 | 0.35 | 41.31 | 0.58 | 0.42 |
| Hex | A7 | 81 | 2D | 0 | 17 | 49 | 23 | 29 | 3A | 2A |
| Octal | 247 | 201 | 55 | 0 | 27 | 111 | 43 | 51 | 72 | 52 |
| Binary | 10100111 | 10000001 | 101101 | 0 | 10111 | 1001001 | 100011 | 101001 | 111010 | 101010 |
Color Harmonies of #A7812D
Complementary color
Monochromatic Colors of #A7812D
Black with #A7812D
Text Example
Text Example
White with #A7812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7812D; }
p { color: rgb(167,129,45); }
H1.HeaderClassName
{
color: #A7812D;
}
.AnyTagClassName
{
color: #A7812D;
}
</style>
background-color css
<style>
a { background-color: #A7812D; }
a { background-color: rgb(167,129,45); }
div.DivClassName
{
background-color: #A7812D;
}
.BgClassName
{
background-color: #A7812D;
}
</style>
border-color css
<style>
span { border-color: #A7812D; }
span { border-color: rgb(167,129,45); }
td.TdClassName
{
border-color: #A7812D;
}
.TagClassName
{
border-color: #A7812D;
}
</style>