Shades of Hot Toddy #A47B38
Tints of Hot Toddy #A47B38
RGB
CMYK
RGB Variations
Color information
#A47B38 (or 0xA47B38) is known color: Hot Toddy. HEX triplet: A4, 7B and 38. RGB value is (164,123,56). Sum of RGB (Red+Green+Blue) = 164+123+56=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B38 is #5B84C7. Grayscale: #7F7F7F. Windows color (decimal): -5997768 or 3701668. OLE color: 3701668.
HSL color Cylindrical-coordinate representation of color #A47B38: hue angle of 37.22º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A47B38 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 56 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.36 |
| HSL | 37.22º | 0.49% | 0.43% | - |
| HSV(B) | 37.22º | 0.66% | 0.64% | - |
| XYZ | 23.11 | 22.34 | 6.84 | - |
| YUV | 127.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 56 | 0 | 0.25 | 0.66 | 0.36 | 37.22 | 0.49 | 0.43 |
| Hex | A4 | 7B | 38 | 0 | 19 | 42 | 24 | 25 | 31 | 2B |
| Octal | 244 | 173 | 70 | 0 | 31 | 102 | 44 | 45 | 61 | 53 |
| Binary | 10100100 | 1111011 | 111000 | 0 | 11001 | 1000010 | 100100 | 100101 | 110001 | 101011 |
Color Harmonies of #A47B38
Complementary color
Monochromatic Colors of #A47B38
Black with #A47B38
Text Example
Text Example
White with #A47B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B38; }
p { color: rgb(164,123,56); }
H1.HeaderClassName
{
color: #A47B38;
}
.AnyTagClassName
{
color: #A47B38;
}
</style>
background-color css
<style>
a { background-color: #A47B38; }
a { background-color: rgb(164,123,56); }
div.DivClassName
{
background-color: #A47B38;
}
.BgClassName
{
background-color: #A47B38;
}
</style>
border-color css
<style>
span { border-color: #A47B38; }
span { border-color: rgb(164,123,56); }
td.TdClassName
{
border-color: #A47B38;
}
.TagClassName
{
border-color: #A47B38;
}
</style>