Shades of Hot Toddy #A76F2B
Tints of Hot Toddy #A76F2B
RGB
CMYK
RGB Variations
Color information
#A76F2B (or 0xA76F2B) is known color: Hot Toddy. HEX triplet: A7, 6F and 2B. RGB value is (167,111,43). Sum of RGB (Red+Green+Blue) = 167+111+43=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F2B is #5890D4. Grayscale: #787878. Windows color (decimal): -5804245 or 2846631. OLE color: 2846631.
HSL color Cylindrical-coordinate representation of color #A76F2B: hue angle of 32.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A76F2B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 43 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.35 |
| HSL | 32.9º | 0.59% | 0.41% | - |
| HSV(B) | 32.9º | 0.74% | 0.65% | - |
| XYZ | 22.06 | 19.76 | 4.94 | - |
| YUV | 119.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 43 | 0 | 0.34 | 0.74 | 0.35 | 32.9 | 0.59 | 0.41 |
| Hex | A7 | 6F | 2B | 0 | 22 | 4A | 23 | 21 | 3B | 29 |
| Octal | 247 | 157 | 53 | 0 | 42 | 112 | 43 | 41 | 73 | 51 |
| Binary | 10100111 | 1101111 | 101011 | 0 | 100010 | 1001010 | 100011 | 100001 | 111011 | 101001 |
Color Harmonies of #A76F2B
Complementary color
Monochromatic Colors of #A76F2B
Black with #A76F2B
Text Example
Text Example
White with #A76F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F2B; }
p { color: rgb(167,111,43); }
H1.HeaderClassName
{
color: #A76F2B;
}
.AnyTagClassName
{
color: #A76F2B;
}
</style>
background-color css
<style>
a { background-color: #A76F2B; }
a { background-color: rgb(167,111,43); }
div.DivClassName
{
background-color: #A76F2B;
}
.BgClassName
{
background-color: #A76F2B;
}
</style>
border-color css
<style>
span { border-color: #A76F2B; }
span { border-color: rgb(167,111,43); }
td.TdClassName
{
border-color: #A76F2B;
}
.TagClassName
{
border-color: #A76F2B;
}
</style>