Shades of Hot Toddy #A97A34
Tints of Hot Toddy #A97A34
RGB
CMYK
RGB Variations
Color information
#A97A34 (or 0xA97A34) is known color: Hot Toddy. HEX triplet: A9, 7A and 34. RGB value is (169,122,52). Sum of RGB (Red+Green+Blue) = 169+122+52=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A34 is #5685CB. Grayscale: #808080. Windows color (decimal): -5670348 or 3439273. OLE color: 3439273.
HSL color Cylindrical-coordinate representation of color #A97A34: hue angle of 35.9º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A97A34 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 52 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.34 |
| HSL | 35.9º | 0.53% | 0.43% | - |
| HSV(B) | 35.9º | 0.69% | 0.66% | - |
| XYZ | 23.94 | 22.6 | 6.35 | - |
| YUV | 128.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 52 | 0 | 0.28 | 0.69 | 0.34 | 35.9 | 0.53 | 0.43 |
| Hex | A9 | 7A | 34 | 0 | 1C | 45 | 22 | 24 | 35 | 2B |
| Octal | 251 | 172 | 64 | 0 | 34 | 105 | 42 | 44 | 65 | 53 |
| Binary | 10101001 | 1111010 | 110100 | 0 | 11100 | 1000101 | 100010 | 100100 | 110101 | 101011 |
Color Harmonies of #A97A34
Complementary color
Monochromatic Colors of #A97A34
Black with #A97A34
Text Example
Text Example
White with #A97A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A34; }
p { color: rgb(169,122,52); }
H1.HeaderClassName
{
color: #A97A34;
}
.AnyTagClassName
{
color: #A97A34;
}
</style>
background-color css
<style>
a { background-color: #A97A34; }
a { background-color: rgb(169,122,52); }
div.DivClassName
{
background-color: #A97A34;
}
.BgClassName
{
background-color: #A97A34;
}
</style>
border-color css
<style>
span { border-color: #A97A34; }
span { border-color: rgb(169,122,52); }
td.TdClassName
{
border-color: #A97A34;
}
.TagClassName
{
border-color: #A97A34;
}
</style>