Shades of Hot Toddy #A4722C
Tints of Hot Toddy #A4722C
RGB
CMYK
RGB Variations
Color information
#A4722C (or 0xA4722C) is known color: Hot Toddy. HEX triplet: A4, 72 and 2C. RGB value is (164,114,44). Sum of RGB (Red+Green+Blue) = 164+114+44=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4722C is #5B8DD3. Grayscale: #797979. Windows color (decimal): -6000084 or 2912932. OLE color: 2912932.
HSL color Cylindrical-coordinate representation of color #A4722C: hue angle of 35º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4722C is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 44 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.36 |
| HSL | 35º | 0.58% | 0.41% | - |
| HSV(B) | 35º | 0.73% | 0.64% | - |
| XYZ | 21.78 | 20.11 | 5.12 | - |
| YUV | 120.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 44 | 0 | 0.30 | 0.73 | 0.36 | 35 | 0.58 | 0.41 |
| Hex | A4 | 72 | 2C | 0 | 1E | 49 | 24 | 23 | 3A | 29 |
| Octal | 244 | 162 | 54 | 0 | 36 | 111 | 44 | 43 | 72 | 51 |
| Binary | 10100100 | 1110010 | 101100 | 0 | 11110 | 1001001 | 100100 | 100011 | 111010 | 101001 |
Color Harmonies of #A4722C
Complementary color
Monochromatic Colors of #A4722C
Black with #A4722C
Text Example
Text Example
White with #A4722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4722C; }
p { color: rgb(164,114,44); }
H1.HeaderClassName
{
color: #A4722C;
}
.AnyTagClassName
{
color: #A4722C;
}
</style>
background-color css
<style>
a { background-color: #A4722C; }
a { background-color: rgb(164,114,44); }
div.DivClassName
{
background-color: #A4722C;
}
.BgClassName
{
background-color: #A4722C;
}
</style>
border-color css
<style>
span { border-color: #A4722C; }
span { border-color: rgb(164,114,44); }
td.TdClassName
{
border-color: #A4722C;
}
.TagClassName
{
border-color: #A4722C;
}
</style>