Shades of Hot Toddy #A2762D
Tints of Hot Toddy #A2762D
RGB
CMYK
RGB Variations
Color information
#A2762D (or 0xA2762D) is known color: Hot Toddy. HEX triplet: A2, 76 and 2D. RGB value is (162,118,45). Sum of RGB (Red+Green+Blue) = 162+118+45=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2762D is #5D89D2. Grayscale: #7B7B7B. Windows color (decimal): -6130131 or 2979490. OLE color: 2979490.
HSL color Cylindrical-coordinate representation of color #A2762D: hue angle of 37.44º 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 #A2762D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 45 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.36 |
| HSL | 37.44º | 0.57% | 0.41% | - |
| HSV(B) | 37.44º | 0.72% | 0.64% | - |
| XYZ | 21.85 | 20.83 | 5.35 | - |
| YUV | 122.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 45 | 0 | 0.27 | 0.72 | 0.36 | 37.44 | 0.57 | 0.41 |
| Hex | A2 | 76 | 2D | 0 | 1B | 48 | 24 | 25 | 39 | 29 |
| Octal | 242 | 166 | 55 | 0 | 33 | 110 | 44 | 45 | 71 | 51 |
| Binary | 10100010 | 1110110 | 101101 | 0 | 11011 | 1001000 | 100100 | 100101 | 111001 | 101001 |
Color Harmonies of #A2762D
Complementary color
Monochromatic Colors of #A2762D
Black with #A2762D
Text Example
Text Example
White with #A2762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2762D; }
p { color: rgb(162,118,45); }
H1.HeaderClassName
{
color: #A2762D;
}
.AnyTagClassName
{
color: #A2762D;
}
</style>
background-color css
<style>
a { background-color: #A2762D; }
a { background-color: rgb(162,118,45); }
div.DivClassName
{
background-color: #A2762D;
}
.BgClassName
{
background-color: #A2762D;
}
</style>
border-color css
<style>
span { border-color: #A2762D; }
span { border-color: rgb(162,118,45); }
td.TdClassName
{
border-color: #A2762D;
}
.TagClassName
{
border-color: #A2762D;
}
</style>