Shades of Hot Toddy #AA7227
Tints of Hot Toddy #AA7227
RGB
CMYK
RGB Variations
Color information
#AA7227 (or 0xAA7227) is known color: Hot Toddy. HEX triplet: AA, 72 and 27. RGB value is (170,114,39). Sum of RGB (Red+Green+Blue) = 170+114+39=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7227 is #558DD8. Grayscale: #7A7A7A. Windows color (decimal): -5606873 or 2585258. OLE color: 2585258.
HSL color Cylindrical-coordinate representation of color #AA7227: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA7227 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 39 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.33 |
| HSL | 34.35º | 0.63% | 0.41% | - |
| HSV(B) | 34.35º | 0.77% | 0.67% | - |
| XYZ | 22.96 | 20.73 | 4.71 | - |
| YUV | 122.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 39 | 0 | 0.33 | 0.77 | 0.33 | 34.35 | 0.63 | 0.41 |
| Hex | AA | 72 | 27 | 0 | 21 | 4D | 21 | 22 | 3F | 29 |
| Octal | 252 | 162 | 47 | 0 | 41 | 115 | 41 | 42 | 77 | 51 |
| Binary | 10101010 | 1110010 | 100111 | 0 | 100001 | 1001101 | 100001 | 100010 | 111111 | 101001 |
Color Harmonies of #AA7227
Complementary color
Monochromatic Colors of #AA7227
Black with #AA7227
Text Example
Text Example
White with #AA7227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7227; }
p { color: rgb(170,114,39); }
H1.HeaderClassName
{
color: #AA7227;
}
.AnyTagClassName
{
color: #AA7227;
}
</style>
background-color css
<style>
a { background-color: #AA7227; }
a { background-color: rgb(170,114,39); }
div.DivClassName
{
background-color: #AA7227;
}
.BgClassName
{
background-color: #AA7227;
}
</style>
border-color css
<style>
span { border-color: #AA7227; }
span { border-color: rgb(170,114,39); }
td.TdClassName
{
border-color: #AA7227;
}
.TagClassName
{
border-color: #AA7227;
}
</style>