Shades of Hot Toddy #A77D28
Tints of Hot Toddy #A77D28
RGB
CMYK
RGB Variations
Color information
#A77D28 (or 0xA77D28) is known color: Hot Toddy. HEX triplet: A7, 7D and 28. RGB value is (167,125,40). Sum of RGB (Red+Green+Blue) = 167+125+40=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77D28 is #5882D7. Grayscale: #808080. Windows color (decimal): -5800664 or 2653607. OLE color: 2653607.
HSL color Cylindrical-coordinate representation of color #A77D28: hue angle of 40.16º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A77D28 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 40 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.35 |
| HSL | 40.16º | 0.61% | 0.41% | - |
| HSV(B) | 40.16º | 0.76% | 0.65% | - |
| XYZ | 23.65 | 23.04 | 5.21 | - |
| YUV | 127.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 40 | 0 | 0.25 | 0.76 | 0.35 | 40.16 | 0.61 | 0.41 |
| Hex | A7 | 7D | 28 | 0 | 19 | 4C | 23 | 28 | 3D | 29 |
| Octal | 247 | 175 | 50 | 0 | 31 | 114 | 43 | 50 | 75 | 51 |
| Binary | 10100111 | 1111101 | 101000 | 0 | 11001 | 1001100 | 100011 | 101000 | 111101 | 101001 |
Color Harmonies of #A77D28
Complementary color
Monochromatic Colors of #A77D28
Black with #A77D28
Text Example
Text Example
White with #A77D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D28; }
p { color: rgb(167,125,40); }
H1.HeaderClassName
{
color: #A77D28;
}
.AnyTagClassName
{
color: #A77D28;
}
</style>
background-color css
<style>
a { background-color: #A77D28; }
a { background-color: rgb(167,125,40); }
div.DivClassName
{
background-color: #A77D28;
}
.BgClassName
{
background-color: #A77D28;
}
</style>
border-color css
<style>
span { border-color: #A77D28; }
span { border-color: rgb(167,125,40); }
td.TdClassName
{
border-color: #A77D28;
}
.TagClassName
{
border-color: #A77D28;
}
</style>