Shades of Hot Toddy #A07627
Tints of Hot Toddy #A07627
RGB
CMYK
RGB Variations
Color information
#A07627 (or 0xA07627) is known color: Hot Toddy. HEX triplet: A0, 76 and 27. RGB value is (160,118,39). Sum of RGB (Red+Green+Blue) = 160+118+39=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07627 is #5F89D8. Grayscale: #797979. Windows color (decimal): -6261209 or 2586272. OLE color: 2586272.
HSL color Cylindrical-coordinate representation of color #A07627: hue angle of 39.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07627 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 39 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.37 |
| HSL | 39.17º | 0.61% | 0.39% | - |
| HSV(B) | 39.17º | 0.76% | 0.63% | - |
| XYZ | 21.34 | 20.58 | 4.77 | - |
| YUV | 121.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 39 | 0 | 0.26 | 0.76 | 0.37 | 39.17 | 0.61 | 0.39 |
| Hex | A0 | 76 | 27 | 0 | 1A | 4C | 25 | 27 | 3D | 27 |
| Octal | 240 | 166 | 47 | 0 | 32 | 114 | 45 | 47 | 75 | 47 |
| Binary | 10100000 | 1110110 | 100111 | 0 | 11010 | 1001100 | 100101 | 100111 | 111101 | 100111 |
Color Harmonies of #A07627
Complementary color
Monochromatic Colors of #A07627
Black with #A07627
Text Example
Text Example
White with #A07627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07627; }
p { color: rgb(160,118,39); }
H1.HeaderClassName
{
color: #A07627;
}
.AnyTagClassName
{
color: #A07627;
}
</style>
background-color css
<style>
a { background-color: #A07627; }
a { background-color: rgb(160,118,39); }
div.DivClassName
{
background-color: #A07627;
}
.BgClassName
{
background-color: #A07627;
}
</style>
border-color css
<style>
span { border-color: #A07627; }
span { border-color: rgb(160,118,39); }
td.TdClassName
{
border-color: #A07627;
}
.TagClassName
{
border-color: #A07627;
}
</style>