Shades of Hot Toddy #A37D32
Tints of Hot Toddy #A37D32
RGB
CMYK
RGB Variations
Color information
#A37D32 (or 0xA37D32) is known color: Hot Toddy. HEX triplet: A3, 7D and 32. RGB value is (163,125,50). Sum of RGB (Red+Green+Blue) = 163+125+50=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D32 is #5C82CD. Grayscale: #808080. Windows color (decimal): -6062798 or 3308963. OLE color: 3308963.
HSL color Cylindrical-coordinate representation of color #A37D32: hue angle of 39.82º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A37D32 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 50 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.36 |
| HSL | 39.82º | 0.53% | 0.42% | - |
| HSV(B) | 39.82º | 0.69% | 0.64% | - |
| XYZ | 23.01 | 22.68 | 6.18 | - |
| YUV | 127.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 50 | 0 | 0.23 | 0.69 | 0.36 | 39.82 | 0.53 | 0.42 |
| Hex | A3 | 7D | 32 | 0 | 17 | 45 | 24 | 28 | 35 | 2A |
| Octal | 243 | 175 | 62 | 0 | 27 | 105 | 44 | 50 | 65 | 52 |
| Binary | 10100011 | 1111101 | 110010 | 0 | 10111 | 1000101 | 100100 | 101000 | 110101 | 101010 |
Color Harmonies of #A37D32
Complementary color
Monochromatic Colors of #A37D32
Black with #A37D32
Text Example
Text Example
White with #A37D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D32; }
p { color: rgb(163,125,50); }
H1.HeaderClassName
{
color: #A37D32;
}
.AnyTagClassName
{
color: #A37D32;
}
</style>
background-color css
<style>
a { background-color: #A37D32; }
a { background-color: rgb(163,125,50); }
div.DivClassName
{
background-color: #A37D32;
}
.BgClassName
{
background-color: #A37D32;
}
</style>
border-color css
<style>
span { border-color: #A37D32; }
span { border-color: rgb(163,125,50); }
td.TdClassName
{
border-color: #A37D32;
}
.TagClassName
{
border-color: #A37D32;
}
</style>