Shades of Hot Toddy #A77A33
Tints of Hot Toddy #A77A33
RGB
CMYK
RGB Variations
Color information
#A77A33 (or 0xA77A33) is known color: Hot Toddy. HEX triplet: A7, 7A and 33. RGB value is (167,122,51). Sum of RGB (Red+Green+Blue) = 167+122+51=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A33 is #5885CC. Grayscale: #7F7F7F. Windows color (decimal): -5801421 or 3373735. OLE color: 3373735.
HSL color Cylindrical-coordinate representation of color #A77A33: hue angle of 36.72º 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 #A77A33 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 51 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.35 |
| HSL | 36.72º | 0.53% | 0.43% | - |
| HSV(B) | 36.72º | 0.69% | 0.65% | - |
| XYZ | 23.49 | 22.37 | 6.21 | - |
| YUV | 127.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 51 | 0 | 0.27 | 0.69 | 0.35 | 36.72 | 0.53 | 0.43 |
| Hex | A7 | 7A | 33 | 0 | 1B | 45 | 23 | 25 | 35 | 2B |
| Octal | 247 | 172 | 63 | 0 | 33 | 105 | 43 | 45 | 65 | 53 |
| Binary | 10100111 | 1111010 | 110011 | 0 | 11011 | 1000101 | 100011 | 100101 | 110101 | 101011 |
Color Harmonies of #A77A33
Complementary color
Monochromatic Colors of #A77A33
Black with #A77A33
Text Example
Text Example
White with #A77A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A33; }
p { color: rgb(167,122,51); }
H1.HeaderClassName
{
color: #A77A33;
}
.AnyTagClassName
{
color: #A77A33;
}
</style>
background-color css
<style>
a { background-color: #A77A33; }
a { background-color: rgb(167,122,51); }
div.DivClassName
{
background-color: #A77A33;
}
.BgClassName
{
background-color: #A77A33;
}
</style>
border-color css
<style>
span { border-color: #A77A33; }
span { border-color: rgb(167,122,51); }
td.TdClassName
{
border-color: #A77A33;
}
.TagClassName
{
border-color: #A77A33;
}
</style>