Shades of Hot Toddy #A07B31
Tints of Hot Toddy #A07B31
RGB
CMYK
RGB Variations
Color information
#A07B31 (or 0xA07B31) is known color: Hot Toddy. HEX triplet: A0, 7B and 31. RGB value is (160,123,49). Sum of RGB (Red+Green+Blue) = 160+123+49=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B31 is #5F84CE. Grayscale: #7D7D7D. Windows color (decimal): -6259919 or 3242912. OLE color: 3242912.
HSL color Cylindrical-coordinate representation of color #A07B31: hue angle of 40º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07B31 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 49 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.37 |
| HSL | 40º | 0.53% | 0.41% | - |
| HSV(B) | 40º | 0.69% | 0.63% | - |
| XYZ | 22.13 | 21.86 | 5.96 | - |
| YUV | 125.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 49 | 0 | 0.23 | 0.69 | 0.37 | 40 | 0.53 | 0.41 |
| Hex | A0 | 7B | 31 | 0 | 17 | 45 | 25 | 28 | 35 | 29 |
| Octal | 240 | 173 | 61 | 0 | 27 | 105 | 45 | 50 | 65 | 51 |
| Binary | 10100000 | 1111011 | 110001 | 0 | 10111 | 1000101 | 100101 | 101000 | 110101 | 101001 |
Color Harmonies of #A07B31
Complementary color
Monochromatic Colors of #A07B31
Black with #A07B31
Text Example
Text Example
White with #A07B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B31; }
p { color: rgb(160,123,49); }
H1.HeaderClassName
{
color: #A07B31;
}
.AnyTagClassName
{
color: #A07B31;
}
</style>
background-color css
<style>
a { background-color: #A07B31; }
a { background-color: rgb(160,123,49); }
div.DivClassName
{
background-color: #A07B31;
}
.BgClassName
{
background-color: #A07B31;
}
</style>
border-color css
<style>
span { border-color: #A07B31; }
span { border-color: rgb(160,123,49); }
td.TdClassName
{
border-color: #A07B31;
}
.TagClassName
{
border-color: #A07B31;
}
</style>