Shades of Hot Toddy #A2752D
Tints of Hot Toddy #A2752D
RGB
CMYK
RGB Variations
Color information
#A2752D (or 0xA2752D) is known color: Hot Toddy. HEX triplet: A2, 75 and 2D. RGB value is (162,117,45). Sum of RGB (Red+Green+Blue) = 162+117+45=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2752D is #5D8AD2. Grayscale: #7A7A7A. Windows color (decimal): -6130387 or 2979234. OLE color: 2979234.
HSL color Cylindrical-coordinate representation of color #A2752D: hue angle of 36.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2752D is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 45 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.36 |
| HSL | 36.92º | 0.57% | 0.41% | - |
| HSV(B) | 36.92º | 0.72% | 0.64% | - |
| XYZ | 21.74 | 20.59 | 5.31 | - |
| YUV | 122.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 45 | 0 | 0.28 | 0.72 | 0.36 | 36.92 | 0.57 | 0.41 |
| Hex | A2 | 75 | 2D | 0 | 1C | 48 | 24 | 25 | 39 | 29 |
| Octal | 242 | 165 | 55 | 0 | 34 | 110 | 44 | 45 | 71 | 51 |
| Binary | 10100010 | 1110101 | 101101 | 0 | 11100 | 1001000 | 100100 | 100101 | 111001 | 101001 |
Color Harmonies of #A2752D
Complementary color
Monochromatic Colors of #A2752D
Black with #A2752D
Text Example
Text Example
White with #A2752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2752D; }
p { color: rgb(162,117,45); }
H1.HeaderClassName
{
color: #A2752D;
}
.AnyTagClassName
{
color: #A2752D;
}
</style>
background-color css
<style>
a { background-color: #A2752D; }
a { background-color: rgb(162,117,45); }
div.DivClassName
{
background-color: #A2752D;
}
.BgClassName
{
background-color: #A2752D;
}
</style>
border-color css
<style>
span { border-color: #A2752D; }
span { border-color: rgb(162,117,45); }
td.TdClassName
{
border-color: #A2752D;
}
.TagClassName
{
border-color: #A2752D;
}
</style>