Shades of Hot Toddy #AA7B26
Tints of Hot Toddy #AA7B26
RGB
CMYK
RGB Variations
Color information
#AA7B26 (or 0xAA7B26) is known color: Hot Toddy. HEX triplet: AA, 7B and 26. RGB value is (170,123,38). Sum of RGB (Red+Green+Blue) = 170+123+38=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B26 is #5584D9. Grayscale: #7F7F7F. Windows color (decimal): -5604570 or 2522026. OLE color: 2522026.
HSL color Cylindrical-coordinate representation of color #AA7B26: hue angle of 38.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA7B26 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 38 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.33 |
| HSL | 38.64º | 0.63% | 0.41% | - |
| HSV(B) | 38.64º | 0.78% | 0.67% | - |
| XYZ | 24.01 | 22.85 | 4.98 | - |
| YUV | 127.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 38 | 0 | 0.28 | 0.78 | 0.33 | 38.64 | 0.63 | 0.41 |
| Hex | AA | 7B | 26 | 0 | 1C | 4E | 21 | 27 | 3F | 29 |
| Octal | 252 | 173 | 46 | 0 | 34 | 116 | 41 | 47 | 77 | 51 |
| Binary | 10101010 | 1111011 | 100110 | 0 | 11100 | 1001110 | 100001 | 100111 | 111111 | 101001 |
Color Harmonies of #AA7B26
Complementary color
Monochromatic Colors of #AA7B26
Black with #AA7B26
Text Example
Text Example
White with #AA7B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B26; }
p { color: rgb(170,123,38); }
H1.HeaderClassName
{
color: #AA7B26;
}
.AnyTagClassName
{
color: #AA7B26;
}
</style>
background-color css
<style>
a { background-color: #AA7B26; }
a { background-color: rgb(170,123,38); }
div.DivClassName
{
background-color: #AA7B26;
}
.BgClassName
{
background-color: #AA7B26;
}
</style>
border-color css
<style>
span { border-color: #AA7B26; }
span { border-color: rgb(170,123,38); }
td.TdClassName
{
border-color: #AA7B26;
}
.TagClassName
{
border-color: #AA7B26;
}
</style>