Shades of Hot Toddy #A67230
Tints of Hot Toddy #A67230
RGB
CMYK
RGB Variations
Color information
#A67230 (or 0xA67230) is known color: Hot Toddy. HEX triplet: A6, 72 and 30. RGB value is (166,114,48). Sum of RGB (Red+Green+Blue) = 166+114+48=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A67230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67230 is #598DCF. Grayscale: #7A7A7A. Windows color (decimal): -5869008 or 3175078. OLE color: 3175078.
HSL color Cylindrical-coordinate representation of color #A67230: hue angle of 33.56º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A67230 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 48 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.35 |
| HSL | 33.56º | 0.55% | 0.42% | - |
| HSV(B) | 33.56º | 0.71% | 0.65% | - |
| XYZ | 22.28 | 20.36 | 5.55 | - |
| YUV | 122.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 48 | 0 | 0.31 | 0.71 | 0.35 | 33.56 | 0.55 | 0.42 |
| Hex | A6 | 72 | 30 | 0 | 1F | 47 | 23 | 22 | 37 | 2A |
| Octal | 246 | 162 | 60 | 0 | 37 | 107 | 43 | 42 | 67 | 52 |
| Binary | 10100110 | 1110010 | 110000 | 0 | 11111 | 1000111 | 100011 | 100010 | 110111 | 101010 |
Color Harmonies of #A67230
Complementary color
Monochromatic Colors of #A67230
Black with #A67230
Text Example
Text Example
White with #A67230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67230; }
p { color: rgb(166,114,48); }
H1.HeaderClassName
{
color: #A67230;
}
.AnyTagClassName
{
color: #A67230;
}
</style>
background-color css
<style>
a { background-color: #A67230; }
a { background-color: rgb(166,114,48); }
div.DivClassName
{
background-color: #A67230;
}
.BgClassName
{
background-color: #A67230;
}
</style>
border-color css
<style>
span { border-color: #A67230; }
span { border-color: rgb(166,114,48); }
td.TdClassName
{
border-color: #A67230;
}
.TagClassName
{
border-color: #A67230;
}
</style>