Shades of Hot Toddy #A07F32
Tints of Hot Toddy #A07F32
RGB
CMYK
RGB Variations
Color information
#A07F32 (or 0xA07F32) is known color: Hot Toddy. HEX triplet: A0, 7F and 32. RGB value is (160,127,50). Sum of RGB (Red+Green+Blue) = 160+127+50=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F32 is #5F80CD. Grayscale: #808080. Windows color (decimal): -6258894 or 3309472. OLE color: 3309472.
HSL color Cylindrical-coordinate representation of color #A07F32: hue angle of 42º degrees, saturation: 0.52, 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 #A07F32 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 50 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.37 |
| HSL | 42º | 0.52% | 0.41% | - |
| HSV(B) | 42º | 0.69% | 0.63% | - |
| XYZ | 22.66 | 22.88 | 6.24 | - |
| YUV | 128.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 50 | 0 | 0.21 | 0.69 | 0.37 | 42 | 0.52 | 0.41 |
| Hex | A0 | 7F | 32 | 0 | 15 | 45 | 25 | 2A | 34 | 29 |
| Octal | 240 | 177 | 62 | 0 | 25 | 105 | 45 | 52 | 64 | 51 |
| Binary | 10100000 | 1111111 | 110010 | 0 | 10101 | 1000101 | 100101 | 101010 | 110100 | 101001 |
Color Harmonies of #A07F32
Complementary color
Monochromatic Colors of #A07F32
Black with #A07F32
Text Example
Text Example
White with #A07F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F32; }
p { color: rgb(160,127,50); }
H1.HeaderClassName
{
color: #A07F32;
}
.AnyTagClassName
{
color: #A07F32;
}
</style>
background-color css
<style>
a { background-color: #A07F32; }
a { background-color: rgb(160,127,50); }
div.DivClassName
{
background-color: #A07F32;
}
.BgClassName
{
background-color: #A07F32;
}
</style>
border-color css
<style>
span { border-color: #A07F32; }
span { border-color: rgb(160,127,50); }
td.TdClassName
{
border-color: #A07F32;
}
.TagClassName
{
border-color: #A07F32;
}
</style>