Shades of Hot Toddy #A4722F
Tints of Hot Toddy #A4722F
RGB
CMYK
RGB Variations
Color information
#A4722F (or 0xA4722F) is known color: Hot Toddy. HEX triplet: A4, 72 and 2F. RGB value is (164,114,47). Sum of RGB (Red+Green+Blue) = 164+114+47=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4722F is #5B8DD0. Grayscale: #797979. Windows color (decimal): -6000081 or 3109540. OLE color: 3109540.
HSL color Cylindrical-coordinate representation of color #A4722F: hue angle of 34.36º 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 #A4722F is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 47 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.36 |
| HSL | 34.36º | 0.55% | 0.41% | - |
| HSV(B) | 34.36º | 0.71% | 0.64% | - |
| XYZ | 21.84 | 20.13 | 5.42 | - |
| YUV | 121.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 47 | 0 | 0.30 | 0.71 | 0.36 | 34.36 | 0.55 | 0.41 |
| Hex | A4 | 72 | 2F | 0 | 1E | 47 | 24 | 22 | 37 | 29 |
| Octal | 244 | 162 | 57 | 0 | 36 | 107 | 44 | 42 | 67 | 51 |
| Binary | 10100100 | 1110010 | 101111 | 0 | 11110 | 1000111 | 100100 | 100010 | 110111 | 101001 |
Color Harmonies of #A4722F
Complementary color
Monochromatic Colors of #A4722F
Black with #A4722F
Text Example
Text Example
White with #A4722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4722F; }
p { color: rgb(164,114,47); }
H1.HeaderClassName
{
color: #A4722F;
}
.AnyTagClassName
{
color: #A4722F;
}
</style>
background-color css
<style>
a { background-color: #A4722F; }
a { background-color: rgb(164,114,47); }
div.DivClassName
{
background-color: #A4722F;
}
.BgClassName
{
background-color: #A4722F;
}
</style>
border-color css
<style>
span { border-color: #A4722F; }
span { border-color: rgb(164,114,47); }
td.TdClassName
{
border-color: #A4722F;
}
.TagClassName
{
border-color: #A4722F;
}
</style>