Shades of Hot Toddy #A37D36
Tints of Hot Toddy #A37D36
RGB
CMYK
RGB Variations
Color information
#A37D36 (or 0xA37D36) is known color: Hot Toddy. HEX triplet: A3, 7D and 36. RGB value is (163,125,54). Sum of RGB (Red+Green+Blue) = 163+125+54=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D36 is #5C82C9. Grayscale: #808080. Windows color (decimal): -6062794 or 3571107. OLE color: 3571107.
HSL color Cylindrical-coordinate representation of color #A37D36: hue angle of 39.08º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A37D36 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 54 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.36 |
| HSL | 39.08º | 0.5% | 0.43% | - |
| HSV(B) | 39.08º | 0.67% | 0.64% | - |
| XYZ | 23.1 | 22.72 | 6.66 | - |
| YUV | 128.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 54 | 0 | 0.23 | 0.67 | 0.36 | 39.08 | 0.5 | 0.43 |
| Hex | A3 | 7D | 36 | 0 | 17 | 43 | 24 | 27 | 32 | 2B |
| Octal | 243 | 175 | 66 | 0 | 27 | 103 | 44 | 47 | 62 | 53 |
| Binary | 10100011 | 1111101 | 110110 | 0 | 10111 | 1000011 | 100100 | 100111 | 110010 | 101011 |
Color Harmonies of #A37D36
Complementary color
Monochromatic Colors of #A37D36
Black with #A37D36
Text Example
Text Example
White with #A37D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D36; }
p { color: rgb(163,125,54); }
H1.HeaderClassName
{
color: #A37D36;
}
.AnyTagClassName
{
color: #A37D36;
}
</style>
background-color css
<style>
a { background-color: #A37D36; }
a { background-color: rgb(163,125,54); }
div.DivClassName
{
background-color: #A37D36;
}
.BgClassName
{
background-color: #A37D36;
}
</style>
border-color css
<style>
span { border-color: #A37D36; }
span { border-color: rgb(163,125,54); }
td.TdClassName
{
border-color: #A37D36;
}
.TagClassName
{
border-color: #A37D36;
}
</style>