Shades of Hot Toddy #A77A3A
Tints of Hot Toddy #A77A3A
RGB
CMYK
RGB Variations
Color information
#A77A3A (or 0xA77A3A) is known color: Hot Toddy. HEX triplet: A7, 7A and 3A. RGB value is (167,122,58). Sum of RGB (Red+Green+Blue) = 167+122+58=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A3A is #5885C5. Grayscale: #808080. Windows color (decimal): -5801414 or 3832487. OLE color: 3832487.
HSL color Cylindrical-coordinate representation of color #A77A3A: hue angle of 35.23º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A77A3A is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 58 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.35 |
| HSL | 35.23º | 0.48% | 0.44% | - |
| HSV(B) | 35.23º | 0.65% | 0.65% | - |
| XYZ | 23.66 | 22.44 | 7.09 | - |
| YUV | 128.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 58 | 0 | 0.27 | 0.65 | 0.35 | 35.23 | 0.48 | 0.44 |
| Hex | A7 | 7A | 3A | 0 | 1B | 41 | 23 | 23 | 30 | 2C |
| Octal | 247 | 172 | 72 | 0 | 33 | 101 | 43 | 43 | 60 | 54 |
| Binary | 10100111 | 1111010 | 111010 | 0 | 11011 | 1000001 | 100011 | 100011 | 110000 | 101100 |
Color Harmonies of #A77A3A
Complementary color
Monochromatic Colors of #A77A3A
Black with #A77A3A
Text Example
Text Example
White with #A77A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A3A; }
p { color: rgb(167,122,58); }
H1.HeaderClassName
{
color: #A77A3A;
}
.AnyTagClassName
{
color: #A77A3A;
}
</style>
background-color css
<style>
a { background-color: #A77A3A; }
a { background-color: rgb(167,122,58); }
div.DivClassName
{
background-color: #A77A3A;
}
.BgClassName
{
background-color: #A77A3A;
}
</style>
border-color css
<style>
span { border-color: #A77A3A; }
span { border-color: rgb(167,122,58); }
td.TdClassName
{
border-color: #A77A3A;
}
.TagClassName
{
border-color: #A77A3A;
}
</style>