Shades of Hot Toddy #A77A30
Tints of Hot Toddy #A77A30
RGB
CMYK
RGB Variations
Color information
#A77A30 (or 0xA77A30) is known color: Hot Toddy. HEX triplet: A7, 7A and 30. RGB value is (167,122,48). Sum of RGB (Red+Green+Blue) = 167+122+48=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A30 is #5885CF. Grayscale: #7F7F7F. Windows color (decimal): -5801424 or 3177127. OLE color: 3177127.
HSL color Cylindrical-coordinate representation of color #A77A30: hue angle of 37.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A77A30 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 48 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.35 |
| HSL | 37.31º | 0.55% | 0.42% | - |
| HSV(B) | 37.31º | 0.71% | 0.65% | - |
| XYZ | 23.43 | 22.35 | 5.88 | - |
| YUV | 127.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 48 | 0 | 0.27 | 0.71 | 0.35 | 37.31 | 0.55 | 0.42 |
| Hex | A7 | 7A | 30 | 0 | 1B | 47 | 23 | 25 | 37 | 2A |
| Octal | 247 | 172 | 60 | 0 | 33 | 107 | 43 | 45 | 67 | 52 |
| Binary | 10100111 | 1111010 | 110000 | 0 | 11011 | 1000111 | 100011 | 100101 | 110111 | 101010 |
Color Harmonies of #A77A30
Complementary color
Monochromatic Colors of #A77A30
Black with #A77A30
Text Example
Text Example
White with #A77A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A30; }
p { color: rgb(167,122,48); }
H1.HeaderClassName
{
color: #A77A30;
}
.AnyTagClassName
{
color: #A77A30;
}
</style>
background-color css
<style>
a { background-color: #A77A30; }
a { background-color: rgb(167,122,48); }
div.DivClassName
{
background-color: #A77A30;
}
.BgClassName
{
background-color: #A77A30;
}
</style>
border-color css
<style>
span { border-color: #A77A30; }
span { border-color: rgb(167,122,48); }
td.TdClassName
{
border-color: #A77A30;
}
.TagClassName
{
border-color: #A77A30;
}
</style>