Shades of Hot Toddy #A1752B
Tints of Hot Toddy #A1752B
RGB
CMYK
RGB Variations
Color information
#A1752B (or 0xA1752B) is known color: Hot Toddy. HEX triplet: A1, 75 and 2B. RGB value is (161,117,43). Sum of RGB (Red+Green+Blue) = 161+117+43=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1752B is #5E8AD4. Grayscale: #7A7A7A. Windows color (decimal): -6195925 or 2848161. OLE color: 2848161.
HSL color Cylindrical-coordinate representation of color #A1752B: hue angle of 37.63º degrees, saturation: 0.58, 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 #A1752B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 43 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.37 |
| HSL | 37.63º | 0.58% | 0.4% | - |
| HSV(B) | 37.63º | 0.73% | 0.63% | - |
| XYZ | 21.5 | 20.47 | 5.1 | - |
| YUV | 121.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 43 | 0 | 0.27 | 0.73 | 0.37 | 37.63 | 0.58 | 0.4 |
| Hex | A1 | 75 | 2B | 0 | 1B | 49 | 25 | 26 | 3A | 28 |
| Octal | 241 | 165 | 53 | 0 | 33 | 111 | 45 | 46 | 72 | 50 |
| Binary | 10100001 | 1110101 | 101011 | 0 | 11011 | 1001001 | 100101 | 100110 | 111010 | 101000 |
Color Harmonies of #A1752B
Complementary color
Monochromatic Colors of #A1752B
Black with #A1752B
Text Example
Text Example
White with #A1752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1752B; }
p { color: rgb(161,117,43); }
H1.HeaderClassName
{
color: #A1752B;
}
.AnyTagClassName
{
color: #A1752B;
}
</style>
background-color css
<style>
a { background-color: #A1752B; }
a { background-color: rgb(161,117,43); }
div.DivClassName
{
background-color: #A1752B;
}
.BgClassName
{
background-color: #A1752B;
}
</style>
border-color css
<style>
span { border-color: #A1752B; }
span { border-color: rgb(161,117,43); }
td.TdClassName
{
border-color: #A1752B;
}
.TagClassName
{
border-color: #A1752B;
}
</style>