Shades of Hot Toddy #A37E32
Tints of Hot Toddy #A37E32
RGB
CMYK
RGB Variations
Color information
#A37E32 (or 0xA37E32) is known color: Hot Toddy. HEX triplet: A3, 7E and 32. RGB value is (163,126,50). Sum of RGB (Red+Green+Blue) = 163+126+50=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E32 is #5C81CD. Grayscale: #808080. Windows color (decimal): -6062542 or 3309219. OLE color: 3309219.
HSL color Cylindrical-coordinate representation of color #A37E32: hue angle of 40.35º 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 #A37E32 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 50 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.36 |
| HSL | 40.35º | 0.53% | 0.42% | - |
| HSV(B) | 40.35º | 0.69% | 0.64% | - |
| XYZ | 23.14 | 22.94 | 6.23 | - |
| YUV | 128.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 50 | 0 | 0.23 | 0.69 | 0.36 | 40.35 | 0.53 | 0.42 |
| Hex | A3 | 7E | 32 | 0 | 17 | 45 | 24 | 28 | 35 | 2A |
| Octal | 243 | 176 | 62 | 0 | 27 | 105 | 44 | 50 | 65 | 52 |
| Binary | 10100011 | 1111110 | 110010 | 0 | 10111 | 1000101 | 100100 | 101000 | 110101 | 101010 |
Color Harmonies of #A37E32
Complementary color
Monochromatic Colors of #A37E32
Black with #A37E32
Text Example
Text Example
White with #A37E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E32; }
p { color: rgb(163,126,50); }
H1.HeaderClassName
{
color: #A37E32;
}
.AnyTagClassName
{
color: #A37E32;
}
</style>
background-color css
<style>
a { background-color: #A37E32; }
a { background-color: rgb(163,126,50); }
div.DivClassName
{
background-color: #A37E32;
}
.BgClassName
{
background-color: #A37E32;
}
</style>
border-color css
<style>
span { border-color: #A37E32; }
span { border-color: rgb(163,126,50); }
td.TdClassName
{
border-color: #A37E32;
}
.TagClassName
{
border-color: #A37E32;
}
</style>