Shades of Hot Toddy #A07B2F
Tints of Hot Toddy #A07B2F
RGB
CMYK
RGB Variations
Color information
#A07B2F (or 0xA07B2F) is known color: Hot Toddy. HEX triplet: A0, 7B and 2F. RGB value is (160,123,47). Sum of RGB (Red+Green+Blue) = 160+123+47=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B2F is #5F84D0. Grayscale: #7D7D7D. Windows color (decimal): -6259921 or 3111840. OLE color: 3111840.
HSL color Cylindrical-coordinate representation of color #A07B2F: hue angle of 40.35º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A07B2F is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 47 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.37 |
| HSL | 40.35º | 0.55% | 0.41% | - |
| HSV(B) | 40.35º | 0.71% | 0.63% | - |
| XYZ | 22.09 | 21.84 | 5.74 | - |
| YUV | 125.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 47 | 0 | 0.23 | 0.71 | 0.37 | 40.35 | 0.55 | 0.41 |
| Hex | A0 | 7B | 2F | 0 | 17 | 47 | 25 | 28 | 37 | 29 |
| Octal | 240 | 173 | 57 | 0 | 27 | 107 | 45 | 50 | 67 | 51 |
| Binary | 10100000 | 1111011 | 101111 | 0 | 10111 | 1000111 | 100101 | 101000 | 110111 | 101001 |
Color Harmonies of #A07B2F
Complementary color
Monochromatic Colors of #A07B2F
Black with #A07B2F
Text Example
Text Example
White with #A07B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B2F; }
p { color: rgb(160,123,47); }
H1.HeaderClassName
{
color: #A07B2F;
}
.AnyTagClassName
{
color: #A07B2F;
}
</style>
background-color css
<style>
a { background-color: #A07B2F; }
a { background-color: rgb(160,123,47); }
div.DivClassName
{
background-color: #A07B2F;
}
.BgClassName
{
background-color: #A07B2F;
}
</style>
border-color css
<style>
span { border-color: #A07B2F; }
span { border-color: rgb(160,123,47); }
td.TdClassName
{
border-color: #A07B2F;
}
.TagClassName
{
border-color: #A07B2F;
}
</style>