Shades of Hot Toddy #A1762D
Tints of Hot Toddy #A1762D
RGB
CMYK
RGB Variations
Color information
#A1762D (or 0xA1762D) is known color: Hot Toddy. HEX triplet: A1, 76 and 2D. RGB value is (161,118,45). Sum of RGB (Red+Green+Blue) = 161+118+45=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1762D is #5E89D2. Grayscale: #7A7A7A. Windows color (decimal): -6195667 or 2979489. OLE color: 2979489.
HSL color Cylindrical-coordinate representation of color #A1762D: hue angle of 37.76º 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 #A1762D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 45 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.37 |
| HSL | 37.76º | 0.56% | 0.4% | - |
| HSV(B) | 37.76º | 0.72% | 0.63% | - |
| XYZ | 21.65 | 20.72 | 5.34 | - |
| YUV | 122.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 45 | 0 | 0.27 | 0.72 | 0.37 | 37.76 | 0.56 | 0.4 |
| Hex | A1 | 76 | 2D | 0 | 1B | 48 | 25 | 26 | 38 | 28 |
| Octal | 241 | 166 | 55 | 0 | 33 | 110 | 45 | 46 | 70 | 50 |
| Binary | 10100001 | 1110110 | 101101 | 0 | 11011 | 1001000 | 100101 | 100110 | 111000 | 101000 |
Color Harmonies of #A1762D
Complementary color
Monochromatic Colors of #A1762D
Black with #A1762D
Text Example
Text Example
White with #A1762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1762D; }
p { color: rgb(161,118,45); }
H1.HeaderClassName
{
color: #A1762D;
}
.AnyTagClassName
{
color: #A1762D;
}
</style>
background-color css
<style>
a { background-color: #A1762D; }
a { background-color: rgb(161,118,45); }
div.DivClassName
{
background-color: #A1762D;
}
.BgClassName
{
background-color: #A1762D;
}
</style>
border-color css
<style>
span { border-color: #A1762D; }
span { border-color: rgb(161,118,45); }
td.TdClassName
{
border-color: #A1762D;
}
.TagClassName
{
border-color: #A1762D;
}
</style>