Shades of Hot Toddy #A07A35
Tints of Hot Toddy #A07A35
RGB
CMYK
RGB Variations
Color information
#A07A35 (or 0xA07A35) is known color: Hot Toddy. HEX triplet: A0, 7A and 35. RGB value is (160,122,53). Sum of RGB (Red+Green+Blue) = 160+122+53=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A35 is #5F85CA. Grayscale: #7D7D7D. Windows color (decimal): -6260171 or 3504800. OLE color: 3504800.
HSL color Cylindrical-coordinate representation of color #A07A35: hue angle of 38.69º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A07A35 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 53 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.37 |
| HSL | 38.69º | 0.5% | 0.42% | - |
| HSV(B) | 38.69º | 0.67% | 0.63% | - |
| XYZ | 22.1 | 21.65 | 6.38 | - |
| YUV | 125.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 53 | 0 | 0.24 | 0.67 | 0.37 | 38.69 | 0.5 | 0.42 |
| Hex | A0 | 7A | 35 | 0 | 18 | 43 | 25 | 27 | 32 | 2A |
| Octal | 240 | 172 | 65 | 0 | 30 | 103 | 45 | 47 | 62 | 52 |
| Binary | 10100000 | 1111010 | 110101 | 0 | 11000 | 1000011 | 100101 | 100111 | 110010 | 101010 |
Color Harmonies of #A07A35
Complementary color
Monochromatic Colors of #A07A35
Black with #A07A35
Text Example
Text Example
White with #A07A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A35; }
p { color: rgb(160,122,53); }
H1.HeaderClassName
{
color: #A07A35;
}
.AnyTagClassName
{
color: #A07A35;
}
</style>
background-color css
<style>
a { background-color: #A07A35; }
a { background-color: rgb(160,122,53); }
div.DivClassName
{
background-color: #A07A35;
}
.BgClassName
{
background-color: #A07A35;
}
</style>
border-color css
<style>
span { border-color: #A07A35; }
span { border-color: rgb(160,122,53); }
td.TdClassName
{
border-color: #A07A35;
}
.TagClassName
{
border-color: #A07A35;
}
</style>