Shades of Hot Toddy #A4722E
Tints of Hot Toddy #A4722E
RGB
CMYK
RGB Variations
Color information
#A4722E (or 0xA4722E) is known color: Hot Toddy. HEX triplet: A4, 72 and 2E. RGB value is (164,114,46). Sum of RGB (Red+Green+Blue) = 164+114+46=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4722E is #5B8DD1. Grayscale: #797979. Windows color (decimal): -6000082 or 3044004. OLE color: 3044004.
HSL color Cylindrical-coordinate representation of color #A4722E: hue angle of 34.58º degrees, saturation: 0.56, 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 #A4722E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 46 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.36 |
| HSL | 34.58º | 0.56% | 0.41% | - |
| HSV(B) | 34.58º | 0.72% | 0.64% | - |
| XYZ | 21.82 | 20.12 | 5.32 | - |
| YUV | 121.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 46 | 0 | 0.30 | 0.72 | 0.36 | 34.58 | 0.56 | 0.41 |
| Hex | A4 | 72 | 2E | 0 | 1E | 48 | 24 | 23 | 38 | 29 |
| Octal | 244 | 162 | 56 | 0 | 36 | 110 | 44 | 43 | 70 | 51 |
| Binary | 10100100 | 1110010 | 101110 | 0 | 11110 | 1001000 | 100100 | 100011 | 111000 | 101001 |
Color Harmonies of #A4722E
Complementary color
Monochromatic Colors of #A4722E
Black with #A4722E
Text Example
Text Example
White with #A4722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4722E; }
p { color: rgb(164,114,46); }
H1.HeaderClassName
{
color: #A4722E;
}
.AnyTagClassName
{
color: #A4722E;
}
</style>
background-color css
<style>
a { background-color: #A4722E; }
a { background-color: rgb(164,114,46); }
div.DivClassName
{
background-color: #A4722E;
}
.BgClassName
{
background-color: #A4722E;
}
</style>
border-color css
<style>
span { border-color: #A4722E; }
span { border-color: rgb(164,114,46); }
td.TdClassName
{
border-color: #A4722E;
}
.TagClassName
{
border-color: #A4722E;
}
</style>