Shades of Hot Toddy #A36F21
Tints of Hot Toddy #A36F21
RGB
CMYK
RGB Variations
Color information
#A36F21 (or 0xA36F21) is known color: Hot Toddy. HEX triplet: A3, 6F and 21. RGB value is (163,111,33). Sum of RGB (Red+Green+Blue) = 163+111+33=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F21 is #5C90DE. Grayscale: #767676. Windows color (decimal): -6066399 or 2191267. OLE color: 2191267.
HSL color Cylindrical-coordinate representation of color #A36F21: hue angle of 36º 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 #A36F21 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 33 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.36 |
| HSL | 36º | 0.66% | 0.38% | - |
| HSV(B) | 36º | 0.8% | 0.64% | - |
| XYZ | 21.06 | 19.27 | 4.05 | - |
| YUV | 117.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 33 | 0 | 0.32 | 0.80 | 0.36 | 36 | 0.66 | 0.38 |
| Hex | A3 | 6F | 21 | 0 | 20 | 50 | 24 | 24 | 42 | 26 |
| Octal | 243 | 157 | 41 | 0 | 40 | 120 | 44 | 44 | 102 | 46 |
| Binary | 10100011 | 1101111 | 100001 | 0 | 100000 | 1010000 | 100100 | 100100 | 1000010 | 100110 |
Color Harmonies of #A36F21
Complementary color
Monochromatic Colors of #A36F21
Black with #A36F21
Text Example
Text Example
White with #A36F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F21; }
p { color: rgb(163,111,33); }
H1.HeaderClassName
{
color: #A36F21;
}
.AnyTagClassName
{
color: #A36F21;
}
</style>
background-color css
<style>
a { background-color: #A36F21; }
a { background-color: rgb(163,111,33); }
div.DivClassName
{
background-color: #A36F21;
}
.BgClassName
{
background-color: #A36F21;
}
</style>
border-color css
<style>
span { border-color: #A36F21; }
span { border-color: rgb(163,111,33); }
td.TdClassName
{
border-color: #A36F21;
}
.TagClassName
{
border-color: #A36F21;
}
</style>