Shades of Hot Toddy #A3722F
Tints of Hot Toddy #A3722F
RGB
CMYK
RGB Variations
Color information
#A3722F (or 0xA3722F) is known color: Hot Toddy. HEX triplet: A3, 72 and 2F. RGB value is (163,114,47). Sum of RGB (Red+Green+Blue) = 163+114+47=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3722F is #5C8DD0. Grayscale: #797979. Windows color (decimal): -6065617 or 3109539. OLE color: 3109539.
HSL color Cylindrical-coordinate representation of color #A3722F: hue angle of 34.66º 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 #A3722F is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 47 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.36 |
| HSL | 34.66º | 0.55% | 0.41% | - |
| HSV(B) | 34.66º | 0.71% | 0.64% | - |
| XYZ | 21.63 | 20.03 | 5.41 | - |
| YUV | 121.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 47 | 0 | 0.30 | 0.71 | 0.36 | 34.66 | 0.55 | 0.41 |
| Hex | A3 | 72 | 2F | 0 | 1E | 47 | 24 | 23 | 37 | 29 |
| Octal | 243 | 162 | 57 | 0 | 36 | 107 | 44 | 43 | 67 | 51 |
| Binary | 10100011 | 1110010 | 101111 | 0 | 11110 | 1000111 | 100100 | 100011 | 110111 | 101001 |
Color Harmonies of #A3722F
Complementary color
Monochromatic Colors of #A3722F
Black with #A3722F
Text Example
Text Example
White with #A3722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3722F; }
p { color: rgb(163,114,47); }
H1.HeaderClassName
{
color: #A3722F;
}
.AnyTagClassName
{
color: #A3722F;
}
</style>
background-color css
<style>
a { background-color: #A3722F; }
a { background-color: rgb(163,114,47); }
div.DivClassName
{
background-color: #A3722F;
}
.BgClassName
{
background-color: #A3722F;
}
</style>
border-color css
<style>
span { border-color: #A3722F; }
span { border-color: rgb(163,114,47); }
td.TdClassName
{
border-color: #A3722F;
}
.TagClassName
{
border-color: #A3722F;
}
</style>