Shades of Hot Toddy #A4721B
Tints of Hot Toddy #A4721B
RGB
CMYK
RGB Variations
Color information
#A4721B (or 0xA4721B) is known color: Hot Toddy. HEX triplet: A4, 72 and 1B. RGB value is (164,114,27). Sum of RGB (Red+Green+Blue) = 164+114+27=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4721B is #5B8DE4. Grayscale: #777777. Windows color (decimal): -6000101 or 1798820. OLE color: 1798820.
HSL color Cylindrical-coordinate representation of color #A4721B: hue angle of 38.1º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4721B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 27 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.36 |
| HSL | 38.1º | 0.72% | 0.37% | - |
| HSV(B) | 38.1º | 0.84% | 0.64% | - |
| XYZ | 21.52 | 20.01 | 3.76 | - |
| YUV | 119.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 27 | 0 | 0.30 | 0.84 | 0.36 | 38.1 | 0.72 | 0.37 |
| Hex | A4 | 72 | 1B | 0 | 1E | 54 | 24 | 26 | 48 | 25 |
| Octal | 244 | 162 | 33 | 0 | 36 | 124 | 44 | 46 | 110 | 45 |
| Binary | 10100100 | 1110010 | 11011 | 0 | 11110 | 1010100 | 100100 | 100110 | 1001000 | 100101 |
Color Harmonies of #A4721B
Complementary color
Monochromatic Colors of #A4721B
Black with #A4721B
Text Example
Text Example
White with #A4721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4721B; }
p { color: rgb(164,114,27); }
H1.HeaderClassName
{
color: #A4721B;
}
.AnyTagClassName
{
color: #A4721B;
}
</style>
background-color css
<style>
a { background-color: #A4721B; }
a { background-color: rgb(164,114,27); }
div.DivClassName
{
background-color: #A4721B;
}
.BgClassName
{
background-color: #A4721B;
}
</style>
border-color css
<style>
span { border-color: #A4721B; }
span { border-color: rgb(164,114,27); }
td.TdClassName
{
border-color: #A4721B;
}
.TagClassName
{
border-color: #A4721B;
}
</style>