Shades of Hot Toddy #AA7A1F
Tints of Hot Toddy #AA7A1F
RGB
CMYK
RGB Variations
Color information
#AA7A1F (or 0xAA7A1F) is known color: Hot Toddy. HEX triplet: AA, 7A and 1F. RGB value is (170,122,31). Sum of RGB (Red+Green+Blue) = 170+122+31=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A1F is #5585E0. Grayscale: #7E7E7E. Windows color (decimal): -5604833 or 2063018. OLE color: 2063018.
HSL color Cylindrical-coordinate representation of color #AA7A1F: hue angle of 39.28º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA7A1F is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 31 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.33 |
| HSL | 39.28º | 0.69% | 0.39% | - |
| HSV(B) | 39.28º | 0.82% | 0.67% | - |
| XYZ | 23.78 | 22.56 | 4.4 | - |
| YUV | 125.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 31 | 0 | 0.28 | 0.82 | 0.33 | 39.28 | 0.69 | 0.39 |
| Hex | AA | 7A | 1F | 0 | 1C | 52 | 21 | 27 | 45 | 27 |
| Octal | 252 | 172 | 37 | 0 | 34 | 122 | 41 | 47 | 105 | 47 |
| Binary | 10101010 | 1111010 | 11111 | 0 | 11100 | 1010010 | 100001 | 100111 | 1000101 | 100111 |
Color Harmonies of #AA7A1F
Complementary color
Monochromatic Colors of #AA7A1F
Black with #AA7A1F
Text Example
Text Example
White with #AA7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A1F; }
p { color: rgb(170,122,31); }
H1.HeaderClassName
{
color: #AA7A1F;
}
.AnyTagClassName
{
color: #AA7A1F;
}
</style>
background-color css
<style>
a { background-color: #AA7A1F; }
a { background-color: rgb(170,122,31); }
div.DivClassName
{
background-color: #AA7A1F;
}
.BgClassName
{
background-color: #AA7A1F;
}
</style>
border-color css
<style>
span { border-color: #AA7A1F; }
span { border-color: rgb(170,122,31); }
td.TdClassName
{
border-color: #AA7A1F;
}
.TagClassName
{
border-color: #AA7A1F;
}
</style>