Shades of Hot Toddy #AA7E30
Tints of Hot Toddy #AA7E30
RGB
CMYK
RGB Variations
Color information
#AA7E30 (or 0xAA7E30) is known color: Hot Toddy. HEX triplet: AA, 7E and 30. RGB value is (170,126,48). Sum of RGB (Red+Green+Blue) = 170+126+48=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E30 is #5581CF. Grayscale: #828282. Windows color (decimal): -5603792 or 3178154. OLE color: 3178154.
HSL color Cylindrical-coordinate representation of color #AA7E30: hue angle of 38.36º 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 #AA7E30 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 48 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.33 |
| HSL | 38.36º | 0.56% | 0.43% | - |
| HSV(B) | 38.36º | 0.72% | 0.67% | - |
| XYZ | 24.57 | 23.68 | 6.07 | - |
| YUV | 130.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 48 | 0 | 0.26 | 0.72 | 0.33 | 38.36 | 0.56 | 0.43 |
| Hex | AA | 7E | 30 | 0 | 1A | 48 | 21 | 26 | 38 | 2B |
| Octal | 252 | 176 | 60 | 0 | 32 | 110 | 41 | 46 | 70 | 53 |
| Binary | 10101010 | 1111110 | 110000 | 0 | 11010 | 1001000 | 100001 | 100110 | 111000 | 101011 |
Color Harmonies of #AA7E30
Complementary color
Monochromatic Colors of #AA7E30
Black with #AA7E30
Text Example
Text Example
White with #AA7E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E30; }
p { color: rgb(170,126,48); }
H1.HeaderClassName
{
color: #AA7E30;
}
.AnyTagClassName
{
color: #AA7E30;
}
</style>
background-color css
<style>
a { background-color: #AA7E30; }
a { background-color: rgb(170,126,48); }
div.DivClassName
{
background-color: #AA7E30;
}
.BgClassName
{
background-color: #AA7E30;
}
</style>
border-color css
<style>
span { border-color: #AA7E30; }
span { border-color: rgb(170,126,48); }
td.TdClassName
{
border-color: #AA7E30;
}
.TagClassName
{
border-color: #AA7E30;
}
</style>