Shades of Hot Toddy #A37321
Tints of Hot Toddy #A37321
RGB
CMYK
RGB Variations
Color information
#A37321 (or 0xA37321) is known color: Hot Toddy. HEX triplet: A3, 73 and 21. RGB value is (163,115,33). Sum of RGB (Red+Green+Blue) = 163+115+33=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A37321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37321 is #5C8CDE. Grayscale: #787878. Windows color (decimal): -6065375 or 2192291. OLE color: 2192291.
HSL color Cylindrical-coordinate representation of color #A37321: hue angle of 37.85º degrees, saturation: 0.66, 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 #A37321 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 33 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.36 |
| HSL | 37.85º | 0.66% | 0.38% | - |
| HSV(B) | 37.85º | 0.8% | 0.64% | - |
| XYZ | 21.51 | 20.16 | 4.2 | - |
| YUV | 120 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 33 | 0 | 0.29 | 0.80 | 0.36 | 37.85 | 0.66 | 0.38 |
| Hex | A3 | 73 | 21 | 0 | 1D | 50 | 24 | 26 | 42 | 26 |
| Octal | 243 | 163 | 41 | 0 | 35 | 120 | 44 | 46 | 102 | 46 |
| Binary | 10100011 | 1110011 | 100001 | 0 | 11101 | 1010000 | 100100 | 100110 | 1000010 | 100110 |
Color Harmonies of #A37321
Complementary color
Monochromatic Colors of #A37321
Black with #A37321
Text Example
Text Example
White with #A37321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37321; }
p { color: rgb(163,115,33); }
H1.HeaderClassName
{
color: #A37321;
}
.AnyTagClassName
{
color: #A37321;
}
</style>
background-color css
<style>
a { background-color: #A37321; }
a { background-color: rgb(163,115,33); }
div.DivClassName
{
background-color: #A37321;
}
.BgClassName
{
background-color: #A37321;
}
</style>
border-color css
<style>
span { border-color: #A37321; }
span { border-color: rgb(163,115,33); }
td.TdClassName
{
border-color: #A37321;
}
.TagClassName
{
border-color: #A37321;
}
</style>