Shades of Hot Toddy #A07933
Tints of Hot Toddy #A07933
RGB
CMYK
RGB Variations
Color information
#A07933 (or 0xA07933) is known color: Hot Toddy. HEX triplet: A0, 79 and 33. RGB value is (160,121,51). Sum of RGB (Red+Green+Blue) = 160+121+51=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07933 is #5F86CC. Grayscale: #7D7D7D. Windows color (decimal): -6260429 or 3373472. OLE color: 3373472.
HSL color Cylindrical-coordinate representation of color #A07933: hue angle of 38.53º 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 #A07933 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 51 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.37 |
| HSL | 38.53º | 0.52% | 0.41% | - |
| HSV(B) | 38.53º | 0.68% | 0.63% | - |
| XYZ | 21.93 | 21.39 | 6.1 | - |
| YUV | 124.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 51 | 0 | 0.24 | 0.68 | 0.37 | 38.53 | 0.52 | 0.41 |
| Hex | A0 | 79 | 33 | 0 | 18 | 44 | 25 | 27 | 34 | 29 |
| Octal | 240 | 171 | 63 | 0 | 30 | 104 | 45 | 47 | 64 | 51 |
| Binary | 10100000 | 1111001 | 110011 | 0 | 11000 | 1000100 | 100101 | 100111 | 110100 | 101001 |
Color Harmonies of #A07933
Complementary color
Monochromatic Colors of #A07933
Black with #A07933
Text Example
Text Example
White with #A07933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07933; }
p { color: rgb(160,121,51); }
H1.HeaderClassName
{
color: #A07933;
}
.AnyTagClassName
{
color: #A07933;
}
</style>
background-color css
<style>
a { background-color: #A07933; }
a { background-color: rgb(160,121,51); }
div.DivClassName
{
background-color: #A07933;
}
.BgClassName
{
background-color: #A07933;
}
</style>
border-color css
<style>
span { border-color: #A07933; }
span { border-color: rgb(160,121,51); }
td.TdClassName
{
border-color: #A07933;
}
.TagClassName
{
border-color: #A07933;
}
</style>