Shades of Hot Toddy #A9742F
Tints of Hot Toddy #A9742F
RGB
CMYK
RGB Variations
Color information
#A9742F (or 0xA9742F) is known color: Hot Toddy. HEX triplet: A9, 74 and 2F. RGB value is (169,116,47). Sum of RGB (Red+Green+Blue) = 169+116+47=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9742F is #568BD0. Grayscale: #7C7C7C. Windows color (decimal): -5671889 or 3110057. OLE color: 3110057.
HSL color Cylindrical-coordinate representation of color #A9742F: hue angle of 33.93º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9742F is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 47 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.34 |
| HSL | 33.93º | 0.56% | 0.42% | - |
| HSV(B) | 33.93º | 0.72% | 0.66% | - |
| XYZ | 23.12 | 21.13 | 5.55 | - |
| YUV | 123.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 47 | 0 | 0.31 | 0.72 | 0.34 | 33.93 | 0.56 | 0.42 |
| Hex | A9 | 74 | 2F | 0 | 1F | 48 | 22 | 22 | 38 | 2A |
| Octal | 251 | 164 | 57 | 0 | 37 | 110 | 42 | 42 | 70 | 52 |
| Binary | 10101001 | 1110100 | 101111 | 0 | 11111 | 1001000 | 100010 | 100010 | 111000 | 101010 |
Color Harmonies of #A9742F
Complementary color
Monochromatic Colors of #A9742F
Black with #A9742F
Text Example
Text Example
White with #A9742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9742F; }
p { color: rgb(169,116,47); }
H1.HeaderClassName
{
color: #A9742F;
}
.AnyTagClassName
{
color: #A9742F;
}
</style>
background-color css
<style>
a { background-color: #A9742F; }
a { background-color: rgb(169,116,47); }
div.DivClassName
{
background-color: #A9742F;
}
.BgClassName
{
background-color: #A9742F;
}
</style>
border-color css
<style>
span { border-color: #A9742F; }
span { border-color: rgb(169,116,47); }
td.TdClassName
{
border-color: #A9742F;
}
.TagClassName
{
border-color: #A9742F;
}
</style>