Shades of Toast #AA7760
Tints of Toast #AA7760
RGB
CMYK
RGB Variations
Color information
#AA7760 (or 0xAA7760) is known color: Toast. HEX triplet: AA, 77 and 60. RGB value is (170,119,96). Sum of RGB (Red+Green+Blue) = 170+119+96=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7760 is #55889F. Grayscale: #838383. Windows color (decimal): -5605536 or 6322090. OLE color: 6322090.
HSL color Cylindrical-coordinate representation of color #AA7760: hue angle of 18.65º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7760 is Cyan = 0, Magento = 0.3, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 96 | - |
| CMYK | 0 | 0.3 | 0.44 | 0.33 |
| HSL | 18.65º | 0.3% | 0.52% | - |
| HSV(B) | 18.65º | 0.44% | 0.67% | - |
| XYZ | 25.29 | 22.58 | 14.09 | - |
| YUV | 131.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 96 | 0 | 0.3 | 0.44 | 0.33 | 18.65 | 0.3 | 0.52 |
| Hex | AA | 77 | 60 | 0 | 1E | 2C | 21 | 13 | 1E | 34 |
| Octal | 252 | 167 | 140 | 0 | 36 | 54 | 41 | 23 | 36 | 64 |
| Binary | 10101010 | 1110111 | 1100000 | 0 | 11110 | 101100 | 100001 | 10011 | 11110 | 110100 |
Color Harmonies of #AA7760
Complementary color
Monochromatic Colors of #AA7760
Black with #AA7760
Text Example
Text Example
White with #AA7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7760; }
p { color: rgb(170,119,96); }
H1.HeaderClassName
{
color: #AA7760;
}
.AnyTagClassName
{
color: #AA7760;
}
</style>
background-color css
<style>
a { background-color: #AA7760; }
a { background-color: rgb(170,119,96); }
div.DivClassName
{
background-color: #AA7760;
}
.BgClassName
{
background-color: #AA7760;
}
</style>
border-color css
<style>
span { border-color: #AA7760; }
span { border-color: rgb(170,119,96); }
td.TdClassName
{
border-color: #AA7760;
}
.TagClassName
{
border-color: #AA7760;
}
</style>