Shades of Hot Toddy #A3742D
Tints of Hot Toddy #A3742D
RGB
CMYK
RGB Variations
Color information
#A3742D (or 0xA3742D) is known color: Hot Toddy. HEX triplet: A3, 74 and 2D. RGB value is (163,116,45). Sum of RGB (Red+Green+Blue) = 163+116+45=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3742D is #5C8BD2. Grayscale: #7A7A7A. Windows color (decimal): -6065107 or 2978979. OLE color: 2978979.
HSL color Cylindrical-coordinate representation of color #A3742D: hue angle of 36.1º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3742D is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 45 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.36 |
| HSL | 36.1º | 0.57% | 0.41% | - |
| HSV(B) | 36.1º | 0.72% | 0.64% | - |
| XYZ | 21.82 | 20.47 | 5.28 | - |
| YUV | 121.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 45 | 0 | 0.29 | 0.72 | 0.36 | 36.1 | 0.57 | 0.41 |
| Hex | A3 | 74 | 2D | 0 | 1D | 48 | 24 | 24 | 39 | 29 |
| Octal | 243 | 164 | 55 | 0 | 35 | 110 | 44 | 44 | 71 | 51 |
| Binary | 10100011 | 1110100 | 101101 | 0 | 11101 | 1001000 | 100100 | 100100 | 111001 | 101001 |
Color Harmonies of #A3742D
Complementary color
Monochromatic Colors of #A3742D
Black with #A3742D
Text Example
Text Example
White with #A3742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3742D; }
p { color: rgb(163,116,45); }
H1.HeaderClassName
{
color: #A3742D;
}
.AnyTagClassName
{
color: #A3742D;
}
</style>
background-color css
<style>
a { background-color: #A3742D; }
a { background-color: rgb(163,116,45); }
div.DivClassName
{
background-color: #A3742D;
}
.BgClassName
{
background-color: #A3742D;
}
</style>
border-color css
<style>
span { border-color: #A3742D; }
span { border-color: rgb(163,116,45); }
td.TdClassName
{
border-color: #A3742D;
}
.TagClassName
{
border-color: #A3742D;
}
</style>