Shades of Hot Toddy #A2752C
Tints of Hot Toddy #A2752C
RGB
CMYK
RGB Variations
Color information
#A2752C (or 0xA2752C) is known color: Hot Toddy. HEX triplet: A2, 75 and 2C. RGB value is (162,117,44). Sum of RGB (Red+Green+Blue) = 162+117+44=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2752C is #5D8AD3. Grayscale: #7A7A7A. Windows color (decimal): -6130388 or 2913698. OLE color: 2913698.
HSL color Cylindrical-coordinate representation of color #A2752C: hue angle of 37.12º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2752C is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 44 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.36 |
| HSL | 37.12º | 0.57% | 0.4% | - |
| HSV(B) | 37.12º | 0.73% | 0.64% | - |
| XYZ | 21.72 | 20.59 | 5.21 | - |
| YUV | 122.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 44 | 0 | 0.28 | 0.73 | 0.36 | 37.12 | 0.57 | 0.4 |
| Hex | A2 | 75 | 2C | 0 | 1C | 49 | 24 | 25 | 39 | 28 |
| Octal | 242 | 165 | 54 | 0 | 34 | 111 | 44 | 45 | 71 | 50 |
| Binary | 10100010 | 1110101 | 101100 | 0 | 11100 | 1001001 | 100100 | 100101 | 111001 | 101000 |
Color Harmonies of #A2752C
Complementary color
Monochromatic Colors of #A2752C
Black with #A2752C
Text Example
Text Example
White with #A2752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2752C; }
p { color: rgb(162,117,44); }
H1.HeaderClassName
{
color: #A2752C;
}
.AnyTagClassName
{
color: #A2752C;
}
</style>
background-color css
<style>
a { background-color: #A2752C; }
a { background-color: rgb(162,117,44); }
div.DivClassName
{
background-color: #A2752C;
}
.BgClassName
{
background-color: #A2752C;
}
</style>
border-color css
<style>
span { border-color: #A2752C; }
span { border-color: rgb(162,117,44); }
td.TdClassName
{
border-color: #A2752C;
}
.TagClassName
{
border-color: #A2752C;
}
</style>