Shades of Hot Toddy #A4792D
Tints of Hot Toddy #A4792D
RGB
CMYK
RGB Variations
Color information
#A4792D (or 0xA4792D) is known color: Hot Toddy. HEX triplet: A4, 79 and 2D. RGB value is (164,121,45). Sum of RGB (Red+Green+Blue) = 164+121+45=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4792D is #5B86D2. Grayscale: #7D7D7D. Windows color (decimal): -5998291 or 2980260. OLE color: 2980260.
HSL color Cylindrical-coordinate representation of color #A4792D: hue angle of 38.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4792D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 45 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.36 |
| HSL | 38.32º | 0.57% | 0.41% | - |
| HSV(B) | 38.32º | 0.73% | 0.64% | - |
| XYZ | 22.62 | 21.76 | 5.49 | - |
| YUV | 125.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 45 | 0 | 0.26 | 0.73 | 0.36 | 38.32 | 0.57 | 0.41 |
| Hex | A4 | 79 | 2D | 0 | 1A | 49 | 24 | 26 | 39 | 29 |
| Octal | 244 | 171 | 55 | 0 | 32 | 111 | 44 | 46 | 71 | 51 |
| Binary | 10100100 | 1111001 | 101101 | 0 | 11010 | 1001001 | 100100 | 100110 | 111001 | 101001 |
Color Harmonies of #A4792D
Complementary color
Monochromatic Colors of #A4792D
Black with #A4792D
Text Example
Text Example
White with #A4792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4792D; }
p { color: rgb(164,121,45); }
H1.HeaderClassName
{
color: #A4792D;
}
.AnyTagClassName
{
color: #A4792D;
}
</style>
background-color css
<style>
a { background-color: #A4792D; }
a { background-color: rgb(164,121,45); }
div.DivClassName
{
background-color: #A4792D;
}
.BgClassName
{
background-color: #A4792D;
}
</style>
border-color css
<style>
span { border-color: #A4792D; }
span { border-color: rgb(164,121,45); }
td.TdClassName
{
border-color: #A4792D;
}
.TagClassName
{
border-color: #A4792D;
}
</style>