Shades of Hot Toddy #A77A34
Tints of Hot Toddy #A77A34
RGB
CMYK
RGB Variations
Color information
#A77A34 (or 0xA77A34) is known color: Hot Toddy. HEX triplet: A7, 7A and 34. RGB value is (167,122,52). Sum of RGB (Red+Green+Blue) = 167+122+52=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A34 is #5885CB. Grayscale: #7F7F7F. Windows color (decimal): -5801420 or 3439271. OLE color: 3439271.
HSL color Cylindrical-coordinate representation of color #A77A34: hue angle of 36.52º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A77A34 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 52 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.35 |
| HSL | 36.52º | 0.53% | 0.43% | - |
| HSV(B) | 36.52º | 0.69% | 0.65% | - |
| XYZ | 23.52 | 22.38 | 6.33 | - |
| YUV | 127.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 52 | 0 | 0.27 | 0.69 | 0.35 | 36.52 | 0.53 | 0.43 |
| Hex | A7 | 7A | 34 | 0 | 1B | 45 | 23 | 25 | 35 | 2B |
| Octal | 247 | 172 | 64 | 0 | 33 | 105 | 43 | 45 | 65 | 53 |
| Binary | 10100111 | 1111010 | 110100 | 0 | 11011 | 1000101 | 100011 | 100101 | 110101 | 101011 |
Color Harmonies of #A77A34
Complementary color
Monochromatic Colors of #A77A34
Black with #A77A34
Text Example
Text Example
White with #A77A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A34; }
p { color: rgb(167,122,52); }
H1.HeaderClassName
{
color: #A77A34;
}
.AnyTagClassName
{
color: #A77A34;
}
</style>
background-color css
<style>
a { background-color: #A77A34; }
a { background-color: rgb(167,122,52); }
div.DivClassName
{
background-color: #A77A34;
}
.BgClassName
{
background-color: #A77A34;
}
</style>
border-color css
<style>
span { border-color: #A77A34; }
span { border-color: rgb(167,122,52); }
td.TdClassName
{
border-color: #A77A34;
}
.TagClassName
{
border-color: #A77A34;
}
</style>