Shades of Hot Toddy #A1792D
Tints of Hot Toddy #A1792D
RGB
CMYK
RGB Variations
Color information
#A1792D (or 0xA1792D) is known color: Hot Toddy. HEX triplet: A1, 79 and 2D. RGB value is (161,121,45). Sum of RGB (Red+Green+Blue) = 161+121+45=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1792D is #5E86D2. Grayscale: #7C7C7C. Windows color (decimal): -6194899 or 2980257. OLE color: 2980257.
HSL color Cylindrical-coordinate representation of color #A1792D: hue angle of 39.31º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1792D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 45 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.37 |
| HSL | 39.31º | 0.56% | 0.4% | - |
| HSV(B) | 39.31º | 0.72% | 0.63% | - |
| XYZ | 22.01 | 21.44 | 5.46 | - |
| YUV | 124.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 45 | 0 | 0.25 | 0.72 | 0.37 | 39.31 | 0.56 | 0.4 |
| Hex | A1 | 79 | 2D | 0 | 19 | 48 | 25 | 27 | 38 | 28 |
| Octal | 241 | 171 | 55 | 0 | 31 | 110 | 45 | 47 | 70 | 50 |
| Binary | 10100001 | 1111001 | 101101 | 0 | 11001 | 1001000 | 100101 | 100111 | 111000 | 101000 |
Color Harmonies of #A1792D
Complementary color
Monochromatic Colors of #A1792D
Black with #A1792D
Text Example
Text Example
White with #A1792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1792D; }
p { color: rgb(161,121,45); }
H1.HeaderClassName
{
color: #A1792D;
}
.AnyTagClassName
{
color: #A1792D;
}
</style>
background-color css
<style>
a { background-color: #A1792D; }
a { background-color: rgb(161,121,45); }
div.DivClassName
{
background-color: #A1792D;
}
.BgClassName
{
background-color: #A1792D;
}
</style>
border-color css
<style>
span { border-color: #A1792D; }
span { border-color: rgb(161,121,45); }
td.TdClassName
{
border-color: #A1792D;
}
.TagClassName
{
border-color: #A1792D;
}
</style>