Shades of Hot Toddy #A47F32
Tints of Hot Toddy #A47F32
RGB
CMYK
RGB Variations
Color information
#A47F32 (or 0xA47F32) is known color: Hot Toddy. HEX triplet: A4, 7F and 32. RGB value is (164,127,50). Sum of RGB (Red+Green+Blue) = 164+127+50=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F32 is #5B80CD. Grayscale: #818181. Windows color (decimal): -5996750 or 3309476. OLE color: 3309476.
HSL color Cylindrical-coordinate representation of color #A47F32: hue angle of 40.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A47F32 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 50 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.36 |
| HSL | 40.53º | 0.53% | 0.42% | - |
| HSV(B) | 40.53º | 0.7% | 0.64% | - |
| XYZ | 23.47 | 23.3 | 6.28 | - |
| YUV | 129.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 50 | 0 | 0.23 | 0.70 | 0.36 | 40.53 | 0.53 | 0.42 |
| Hex | A4 | 7F | 32 | 0 | 17 | 46 | 24 | 29 | 35 | 2A |
| Octal | 244 | 177 | 62 | 0 | 27 | 106 | 44 | 51 | 65 | 52 |
| Binary | 10100100 | 1111111 | 110010 | 0 | 10111 | 1000110 | 100100 | 101001 | 110101 | 101010 |
Color Harmonies of #A47F32
Complementary color
Monochromatic Colors of #A47F32
Black with #A47F32
Text Example
Text Example
White with #A47F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F32; }
p { color: rgb(164,127,50); }
H1.HeaderClassName
{
color: #A47F32;
}
.AnyTagClassName
{
color: #A47F32;
}
</style>
background-color css
<style>
a { background-color: #A47F32; }
a { background-color: rgb(164,127,50); }
div.DivClassName
{
background-color: #A47F32;
}
.BgClassName
{
background-color: #A47F32;
}
</style>
border-color css
<style>
span { border-color: #A47F32; }
span { border-color: rgb(164,127,50); }
td.TdClassName
{
border-color: #A47F32;
}
.TagClassName
{
border-color: #A47F32;
}
</style>