Shades of Hot Toddy #A2752F
Tints of Hot Toddy #A2752F
RGB
CMYK
RGB Variations
Color information
#A2752F (or 0xA2752F) is known color: Hot Toddy. HEX triplet: A2, 75 and 2F. RGB value is (162,117,47). Sum of RGB (Red+Green+Blue) = 162+117+47=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2752F is #5D8AD0. Grayscale: #7A7A7A. Windows color (decimal): -6130385 or 3110306. OLE color: 3110306.
HSL color Cylindrical-coordinate representation of color #A2752F: hue angle of 36.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2752F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 47 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.36 |
| HSL | 36.52º | 0.55% | 0.41% | - |
| HSV(B) | 36.52º | 0.71% | 0.64% | - |
| XYZ | 21.77 | 20.61 | 5.52 | - |
| YUV | 122.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 47 | 0 | 0.28 | 0.71 | 0.36 | 36.52 | 0.55 | 0.41 |
| Hex | A2 | 75 | 2F | 0 | 1C | 47 | 24 | 25 | 37 | 29 |
| Octal | 242 | 165 | 57 | 0 | 34 | 107 | 44 | 45 | 67 | 51 |
| Binary | 10100010 | 1110101 | 101111 | 0 | 11100 | 1000111 | 100100 | 100101 | 110111 | 101001 |
Color Harmonies of #A2752F
Complementary color
Monochromatic Colors of #A2752F
Black with #A2752F
Text Example
Text Example
White with #A2752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2752F; }
p { color: rgb(162,117,47); }
H1.HeaderClassName
{
color: #A2752F;
}
.AnyTagClassName
{
color: #A2752F;
}
</style>
background-color css
<style>
a { background-color: #A2752F; }
a { background-color: rgb(162,117,47); }
div.DivClassName
{
background-color: #A2752F;
}
.BgClassName
{
background-color: #A2752F;
}
</style>
border-color css
<style>
span { border-color: #A2752F; }
span { border-color: rgb(162,117,47); }
td.TdClassName
{
border-color: #A2752F;
}
.TagClassName
{
border-color: #A2752F;
}
</style>