Shades of Hot Toddy #AA7530
Tints of Hot Toddy #AA7530
RGB
CMYK
RGB Variations
Color information
#AA7530 (or 0xAA7530) is known color: Hot Toddy. HEX triplet: AA, 75 and 30. RGB value is (170,117,48). Sum of RGB (Red+Green+Blue) = 170+117+48=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7530 is #558ACF. Grayscale: #7D7D7D. Windows color (decimal): -5606096 or 3175850. OLE color: 3175850.
HSL color Cylindrical-coordinate representation of color #AA7530: hue angle of 33.93º 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 #AA7530 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 48 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.33 |
| HSL | 33.93º | 0.56% | 0.43% | - |
| HSV(B) | 33.93º | 0.72% | 0.67% | - |
| XYZ | 23.47 | 21.48 | 5.71 | - |
| YUV | 124.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 48 | 0 | 0.31 | 0.72 | 0.33 | 33.93 | 0.56 | 0.43 |
| Hex | AA | 75 | 30 | 0 | 1F | 48 | 21 | 22 | 38 | 2B |
| Octal | 252 | 165 | 60 | 0 | 37 | 110 | 41 | 42 | 70 | 53 |
| Binary | 10101010 | 1110101 | 110000 | 0 | 11111 | 1001000 | 100001 | 100010 | 111000 | 101011 |
Color Harmonies of #AA7530
Complementary color
Monochromatic Colors of #AA7530
Black with #AA7530
Text Example
Text Example
White with #AA7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7530; }
p { color: rgb(170,117,48); }
H1.HeaderClassName
{
color: #AA7530;
}
.AnyTagClassName
{
color: #AA7530;
}
</style>
background-color css
<style>
a { background-color: #AA7530; }
a { background-color: rgb(170,117,48); }
div.DivClassName
{
background-color: #AA7530;
}
.BgClassName
{
background-color: #AA7530;
}
</style>
border-color css
<style>
span { border-color: #AA7530; }
span { border-color: rgb(170,117,48); }
td.TdClassName
{
border-color: #AA7530;
}
.TagClassName
{
border-color: #AA7530;
}
</style>