Shades of Hot Toddy #AA7A30
Tints of Hot Toddy #AA7A30
RGB
CMYK
RGB Variations
Color information
#AA7A30 (or 0xAA7A30) is known color: Hot Toddy. HEX triplet: AA, 7A and 30. RGB value is (170,122,48). Sum of RGB (Red+Green+Blue) = 170+122+48=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A30 is #5585CF. Grayscale: #808080. Windows color (decimal): -5604816 or 3177130. OLE color: 3177130.
HSL color Cylindrical-coordinate representation of color #AA7A30: hue angle of 36.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA7A30 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 48 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.33 |
| HSL | 36.39º | 0.56% | 0.43% | - |
| HSV(B) | 36.39º | 0.72% | 0.67% | - |
| XYZ | 24.07 | 22.68 | 5.91 | - |
| YUV | 127.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 48 | 0 | 0.28 | 0.72 | 0.33 | 36.39 | 0.56 | 0.43 |
| Hex | AA | 7A | 30 | 0 | 1C | 48 | 21 | 24 | 38 | 2B |
| Octal | 252 | 172 | 60 | 0 | 34 | 110 | 41 | 44 | 70 | 53 |
| Binary | 10101010 | 1111010 | 110000 | 0 | 11100 | 1001000 | 100001 | 100100 | 111000 | 101011 |
Color Harmonies of #AA7A30
Complementary color
Monochromatic Colors of #AA7A30
Black with #AA7A30
Text Example
Text Example
White with #AA7A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A30; }
p { color: rgb(170,122,48); }
H1.HeaderClassName
{
color: #AA7A30;
}
.AnyTagClassName
{
color: #AA7A30;
}
</style>
background-color css
<style>
a { background-color: #AA7A30; }
a { background-color: rgb(170,122,48); }
div.DivClassName
{
background-color: #AA7A30;
}
.BgClassName
{
background-color: #AA7A30;
}
</style>
border-color css
<style>
span { border-color: #AA7A30; }
span { border-color: rgb(170,122,48); }
td.TdClassName
{
border-color: #AA7A30;
}
.TagClassName
{
border-color: #AA7A30;
}
</style>