Shades of Hot Toddy #A1772C
Tints of Hot Toddy #A1772C
RGB
CMYK
RGB Variations
Color information
#A1772C (or 0xA1772C) is known color: Hot Toddy. HEX triplet: A1, 77 and 2C. RGB value is (161,119,44). Sum of RGB (Red+Green+Blue) = 161+119+44=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1772C is #5E88D3. Grayscale: #7B7B7B. Windows color (decimal): -6195412 or 2914209. OLE color: 2914209.
HSL color Cylindrical-coordinate representation of color #A1772C: hue angle of 38.46º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1772C is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 44 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.37 |
| HSL | 38.46º | 0.57% | 0.4% | - |
| HSV(B) | 38.46º | 0.73% | 0.63% | - |
| XYZ | 21.75 | 20.95 | 5.28 | - |
| YUV | 123.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 44 | 0 | 0.26 | 0.73 | 0.37 | 38.46 | 0.57 | 0.4 |
| Hex | A1 | 77 | 2C | 0 | 1A | 49 | 25 | 26 | 39 | 28 |
| Octal | 241 | 167 | 54 | 0 | 32 | 111 | 45 | 46 | 71 | 50 |
| Binary | 10100001 | 1110111 | 101100 | 0 | 11010 | 1001001 | 100101 | 100110 | 111001 | 101000 |
Color Harmonies of #A1772C
Complementary color
Monochromatic Colors of #A1772C
Black with #A1772C
Text Example
Text Example
White with #A1772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1772C; }
p { color: rgb(161,119,44); }
H1.HeaderClassName
{
color: #A1772C;
}
.AnyTagClassName
{
color: #A1772C;
}
</style>
background-color css
<style>
a { background-color: #A1772C; }
a { background-color: rgb(161,119,44); }
div.DivClassName
{
background-color: #A1772C;
}
.BgClassName
{
background-color: #A1772C;
}
</style>
border-color css
<style>
span { border-color: #A1772C; }
span { border-color: rgb(161,119,44); }
td.TdClassName
{
border-color: #A1772C;
}
.TagClassName
{
border-color: #A1772C;
}
</style>