Shades of Hot Toddy #A37220
Tints of Hot Toddy #A37220
RGB
CMYK
RGB Variations
Color information
#A37220 (or 0xA37220) is known color: Hot Toddy. HEX triplet: A3, 72 and 20. RGB value is (163,114,32). Sum of RGB (Red+Green+Blue) = 163+114+32=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A37220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37220 is #5C8DDF. Grayscale: #777777. Windows color (decimal): -6065632 or 2126499. OLE color: 2126499.
HSL color Cylindrical-coordinate representation of color #A37220: hue angle of 37.56º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A37220 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 32 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.36 |
| HSL | 37.56º | 0.67% | 0.38% | - |
| HSV(B) | 37.56º | 0.8% | 0.64% | - |
| XYZ | 21.38 | 19.93 | 4.09 | - |
| YUV | 119.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 32 | 0 | 0.30 | 0.80 | 0.36 | 37.56 | 0.67 | 0.38 |
| Hex | A3 | 72 | 20 | 0 | 1E | 50 | 24 | 26 | 43 | 26 |
| Octal | 243 | 162 | 40 | 0 | 36 | 120 | 44 | 46 | 103 | 46 |
| Binary | 10100011 | 1110010 | 100000 | 0 | 11110 | 1010000 | 100100 | 100110 | 1000011 | 100110 |
Color Harmonies of #A37220
Complementary color
Monochromatic Colors of #A37220
Black with #A37220
Text Example
Text Example
White with #A37220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37220; }
p { color: rgb(163,114,32); }
H1.HeaderClassName
{
color: #A37220;
}
.AnyTagClassName
{
color: #A37220;
}
</style>
background-color css
<style>
a { background-color: #A37220; }
a { background-color: rgb(163,114,32); }
div.DivClassName
{
background-color: #A37220;
}
.BgClassName
{
background-color: #A37220;
}
</style>
border-color css
<style>
span { border-color: #A37220; }
span { border-color: rgb(163,114,32); }
td.TdClassName
{
border-color: #A37220;
}
.TagClassName
{
border-color: #A37220;
}
</style>