Shades of Hot Toddy #AA8030
Tints of Hot Toddy #AA8030
RGB
CMYK
RGB Variations
Color information
#AA8030 (or 0xAA8030) is known color: Hot Toddy. HEX triplet: AA, 80 and 30. RGB value is (170,128,48). Sum of RGB (Red+Green+Blue) = 170+128+48=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8030 is #557FCF. Grayscale: #838383. Windows color (decimal): -5603280 or 3178666. OLE color: 3178666.
HSL color Cylindrical-coordinate representation of color #AA8030: hue angle of 39.34º 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 #AA8030 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 48 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.33 |
| HSL | 39.34º | 0.56% | 0.43% | - |
| HSV(B) | 39.34º | 0.72% | 0.67% | - |
| XYZ | 24.83 | 24.2 | 6.16 | - |
| YUV | 131.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 48 | 0 | 0.25 | 0.72 | 0.33 | 39.34 | 0.56 | 0.43 |
| Hex | AA | 80 | 30 | 0 | 19 | 48 | 21 | 27 | 38 | 2B |
| Octal | 252 | 200 | 60 | 0 | 31 | 110 | 41 | 47 | 70 | 53 |
| Binary | 10101010 | 10000000 | 110000 | 0 | 11001 | 1001000 | 100001 | 100111 | 111000 | 101011 |
Color Harmonies of #AA8030
Complementary color
Monochromatic Colors of #AA8030
Black with #AA8030
Text Example
Text Example
White with #AA8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8030; }
p { color: rgb(170,128,48); }
H1.HeaderClassName
{
color: #AA8030;
}
.AnyTagClassName
{
color: #AA8030;
}
</style>
background-color css
<style>
a { background-color: #AA8030; }
a { background-color: rgb(170,128,48); }
div.DivClassName
{
background-color: #AA8030;
}
.BgClassName
{
background-color: #AA8030;
}
</style>
border-color css
<style>
span { border-color: #AA8030; }
span { border-color: rgb(170,128,48); }
td.TdClassName
{
border-color: #AA8030;
}
.TagClassName
{
border-color: #AA8030;
}
</style>