Shades of Hot Toddy #A47223
Tints of Hot Toddy #A47223
RGB
CMYK
RGB Variations
Color information
#A47223 (or 0xA47223) is known color: Hot Toddy. HEX triplet: A4, 72 and 23. RGB value is (164,114,35). Sum of RGB (Red+Green+Blue) = 164+114+35=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A47223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47223 is #5B8DDC. Grayscale: #787878. Windows color (decimal): -6000093 or 2323108. OLE color: 2323108.
HSL color Cylindrical-coordinate representation of color #A47223: hue angle of 36.74º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A47223 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 35 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.36 |
| HSL | 36.74º | 0.65% | 0.39% | - |
| HSV(B) | 36.74º | 0.79% | 0.64% | - |
| XYZ | 21.63 | 20.05 | 4.32 | - |
| YUV | 119.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 35 | 0 | 0.30 | 0.79 | 0.36 | 36.74 | 0.65 | 0.39 |
| Hex | A4 | 72 | 23 | 0 | 1E | 4F | 24 | 25 | 41 | 27 |
| Octal | 244 | 162 | 43 | 0 | 36 | 117 | 44 | 45 | 101 | 47 |
| Binary | 10100100 | 1110010 | 100011 | 0 | 11110 | 1001111 | 100100 | 100101 | 1000001 | 100111 |
Color Harmonies of #A47223
Complementary color
Monochromatic Colors of #A47223
Black with #A47223
Text Example
Text Example
White with #A47223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47223; }
p { color: rgb(164,114,35); }
H1.HeaderClassName
{
color: #A47223;
}
.AnyTagClassName
{
color: #A47223;
}
</style>
background-color css
<style>
a { background-color: #A47223; }
a { background-color: rgb(164,114,35); }
div.DivClassName
{
background-color: #A47223;
}
.BgClassName
{
background-color: #A47223;
}
</style>
border-color css
<style>
span { border-color: #A47223; }
span { border-color: rgb(164,114,35); }
td.TdClassName
{
border-color: #A47223;
}
.TagClassName
{
border-color: #A47223;
}
</style>