Shades of Hot Toddy #A07529
Tints of Hot Toddy #A07529
RGB
CMYK
RGB Variations
Color information
#A07529 (or 0xA07529) is known color: Hot Toddy. HEX triplet: A0, 75 and 29. RGB value is (160,117,41). Sum of RGB (Red+Green+Blue) = 160+117+41=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A07529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07529 is #5F8AD6. Grayscale: #797979. Windows color (decimal): -6261463 or 2717088. OLE color: 2717088.
HSL color Cylindrical-coordinate representation of color #A07529: hue angle of 38.32º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07529 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 41 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.37 |
| HSL | 38.32º | 0.59% | 0.39% | - |
| HSV(B) | 38.32º | 0.74% | 0.63% | - |
| XYZ | 21.26 | 20.36 | 4.91 | - |
| YUV | 121.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 41 | 0 | 0.27 | 0.74 | 0.37 | 38.32 | 0.59 | 0.39 |
| Hex | A0 | 75 | 29 | 0 | 1B | 4A | 25 | 26 | 3B | 27 |
| Octal | 240 | 165 | 51 | 0 | 33 | 112 | 45 | 46 | 73 | 47 |
| Binary | 10100000 | 1110101 | 101001 | 0 | 11011 | 1001010 | 100101 | 100110 | 111011 | 100111 |
Color Harmonies of #A07529
Complementary color
Monochromatic Colors of #A07529
Black with #A07529
Text Example
Text Example
White with #A07529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07529; }
p { color: rgb(160,117,41); }
H1.HeaderClassName
{
color: #A07529;
}
.AnyTagClassName
{
color: #A07529;
}
</style>
background-color css
<style>
a { background-color: #A07529; }
a { background-color: rgb(160,117,41); }
div.DivClassName
{
background-color: #A07529;
}
.BgClassName
{
background-color: #A07529;
}
</style>
border-color css
<style>
span { border-color: #A07529; }
span { border-color: rgb(160,117,41); }
td.TdClassName
{
border-color: #A07529;
}
.TagClassName
{
border-color: #A07529;
}
</style>