Shades of Hot Toddy #A07D33
Tints of Hot Toddy #A07D33
RGB
CMYK
RGB Variations
Color information
#A07D33 (or 0xA07D33) is known color: Hot Toddy. HEX triplet: A0, 7D and 33. RGB value is (160,125,51). Sum of RGB (Red+Green+Blue) = 160+125+51=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D33 is #5F82CC. Grayscale: #7F7F7F. Windows color (decimal): -6259405 or 3374496. OLE color: 3374496.
HSL color Cylindrical-coordinate representation of color #A07D33: hue angle of 40.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07D33 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 51 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.37 |
| HSL | 40.73º | 0.52% | 0.41% | - |
| HSV(B) | 40.73º | 0.68% | 0.63% | - |
| XYZ | 22.43 | 22.38 | 6.27 | - |
| YUV | 127.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 51 | 0 | 0.22 | 0.68 | 0.37 | 40.73 | 0.52 | 0.41 |
| Hex | A0 | 7D | 33 | 0 | 16 | 44 | 25 | 29 | 34 | 29 |
| Octal | 240 | 175 | 63 | 0 | 26 | 104 | 45 | 51 | 64 | 51 |
| Binary | 10100000 | 1111101 | 110011 | 0 | 10110 | 1000100 | 100101 | 101001 | 110100 | 101001 |
Color Harmonies of #A07D33
Complementary color
Monochromatic Colors of #A07D33
Black with #A07D33
Text Example
Text Example
White with #A07D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D33; }
p { color: rgb(160,125,51); }
H1.HeaderClassName
{
color: #A07D33;
}
.AnyTagClassName
{
color: #A07D33;
}
</style>
background-color css
<style>
a { background-color: #A07D33; }
a { background-color: rgb(160,125,51); }
div.DivClassName
{
background-color: #A07D33;
}
.BgClassName
{
background-color: #A07D33;
}
</style>
border-color css
<style>
span { border-color: #A07D33; }
span { border-color: rgb(160,125,51); }
td.TdClassName
{
border-color: #A07D33;
}
.TagClassName
{
border-color: #A07D33;
}
</style>