Shades of Hot Toddy #A46F2D
Tints of Hot Toddy #A46F2D
RGB
CMYK
RGB Variations
Color information
#A46F2D (or 0xA46F2D) is known color: Hot Toddy. HEX triplet: A4, 6F and 2D. RGB value is (164,111,45). Sum of RGB (Red+Green+Blue) = 164+111+45=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F2D is #5B90D2. Grayscale: #777777. Windows color (decimal): -6000851 or 2977700. OLE color: 2977700.
HSL color Cylindrical-coordinate representation of color #A46F2D: hue angle of 33.28º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A46F2D is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 45 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.36 |
| HSL | 33.28º | 0.57% | 0.41% | - |
| HSV(B) | 33.28º | 0.73% | 0.64% | - |
| XYZ | 21.47 | 19.45 | 5.11 | - |
| YUV | 119.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 45 | 0 | 0.32 | 0.73 | 0.36 | 33.28 | 0.57 | 0.41 |
| Hex | A4 | 6F | 2D | 0 | 20 | 49 | 24 | 21 | 39 | 29 |
| Octal | 244 | 157 | 55 | 0 | 40 | 111 | 44 | 41 | 71 | 51 |
| Binary | 10100100 | 1101111 | 101101 | 0 | 100000 | 1001001 | 100100 | 100001 | 111001 | 101001 |
Color Harmonies of #A46F2D
Complementary color
Monochromatic Colors of #A46F2D
Black with #A46F2D
Text Example
Text Example
White with #A46F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F2D; }
p { color: rgb(164,111,45); }
H1.HeaderClassName
{
color: #A46F2D;
}
.AnyTagClassName
{
color: #A46F2D;
}
</style>
background-color css
<style>
a { background-color: #A46F2D; }
a { background-color: rgb(164,111,45); }
div.DivClassName
{
background-color: #A46F2D;
}
.BgClassName
{
background-color: #A46F2D;
}
</style>
border-color css
<style>
span { border-color: #A46F2D; }
span { border-color: rgb(164,111,45); }
td.TdClassName
{
border-color: #A46F2D;
}
.TagClassName
{
border-color: #A46F2D;
}
</style>