Shades of Hot Toddy #A77E2A
Tints of Hot Toddy #A77E2A
RGB
CMYK
RGB Variations
Color information
#A77E2A (or 0xA77E2A) is known color: Hot Toddy. HEX triplet: A7, 7E and 2A. RGB value is (167,126,42). Sum of RGB (Red+Green+Blue) = 167+126+42=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E2A is #5881D5. Grayscale: #818181. Windows color (decimal): -5800406 or 2784935. OLE color: 2784935.
HSL color Cylindrical-coordinate representation of color #A77E2A: hue angle of 40.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A77E2A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 42 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.35 |
| HSL | 40.32º | 0.6% | 0.41% | - |
| HSV(B) | 40.32º | 0.75% | 0.65% | - |
| XYZ | 23.82 | 23.3 | 5.43 | - |
| YUV | 128.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 42 | 0 | 0.25 | 0.75 | 0.35 | 40.32 | 0.6 | 0.41 |
| Hex | A7 | 7E | 2A | 0 | 19 | 4B | 23 | 28 | 3C | 29 |
| Octal | 247 | 176 | 52 | 0 | 31 | 113 | 43 | 50 | 74 | 51 |
| Binary | 10100111 | 1111110 | 101010 | 0 | 11001 | 1001011 | 100011 | 101000 | 111100 | 101001 |
Color Harmonies of #A77E2A
Complementary color
Monochromatic Colors of #A77E2A
Black with #A77E2A
Text Example
Text Example
White with #A77E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E2A; }
p { color: rgb(167,126,42); }
H1.HeaderClassName
{
color: #A77E2A;
}
.AnyTagClassName
{
color: #A77E2A;
}
</style>
background-color css
<style>
a { background-color: #A77E2A; }
a { background-color: rgb(167,126,42); }
div.DivClassName
{
background-color: #A77E2A;
}
.BgClassName
{
background-color: #A77E2A;
}
</style>
border-color css
<style>
span { border-color: #A77E2A; }
span { border-color: rgb(167,126,42); }
td.TdClassName
{
border-color: #A77E2A;
}
.TagClassName
{
border-color: #A77E2A;
}
</style>