Shades of Hot Toddy #A47A25
Tints of Hot Toddy #A47A25
RGB
CMYK
RGB Variations
Color information
#A47A25 (or 0xA47A25) is known color: Hot Toddy. HEX triplet: A4, 7A and 25. RGB value is (164,122,37). Sum of RGB (Red+Green+Blue) = 164+122+37=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A25 is #5B85DA. Grayscale: #7D7D7D. Windows color (decimal): -5998043 or 2456228. OLE color: 2456228.
HSL color Cylindrical-coordinate representation of color #A47A25: hue angle of 40.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A47A25 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 37 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.36 |
| HSL | 40.16º | 0.63% | 0.39% | - |
| HSV(B) | 40.16º | 0.77% | 0.64% | - |
| XYZ | 22.6 | 21.95 | 4.79 | - |
| YUV | 124.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 37 | 0 | 0.26 | 0.77 | 0.36 | 40.16 | 0.63 | 0.39 |
| Hex | A4 | 7A | 25 | 0 | 1A | 4D | 24 | 28 | 3F | 27 |
| Octal | 244 | 172 | 45 | 0 | 32 | 115 | 44 | 50 | 77 | 47 |
| Binary | 10100100 | 1111010 | 100101 | 0 | 11010 | 1001101 | 100100 | 101000 | 111111 | 100111 |
Color Harmonies of #A47A25
Complementary color
Monochromatic Colors of #A47A25
Black with #A47A25
Text Example
Text Example
White with #A47A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A25; }
p { color: rgb(164,122,37); }
H1.HeaderClassName
{
color: #A47A25;
}
.AnyTagClassName
{
color: #A47A25;
}
</style>
background-color css
<style>
a { background-color: #A47A25; }
a { background-color: rgb(164,122,37); }
div.DivClassName
{
background-color: #A47A25;
}
.BgClassName
{
background-color: #A47A25;
}
</style>
border-color css
<style>
span { border-color: #A47A25; }
span { border-color: rgb(164,122,37); }
td.TdClassName
{
border-color: #A47A25;
}
.TagClassName
{
border-color: #A47A25;
}
</style>