Shades of Toast #AA7863
Tints of Toast #AA7863
RGB
CMYK
RGB Variations
Color information
#AA7863 (or 0xAA7863) is known color: Toast. HEX triplet: AA, 78 and 63. RGB value is (170,120,99). Sum of RGB (Red+Green+Blue) = 170+120+99=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7863 is #55879C. Grayscale: #848484. Windows color (decimal): -5605277 or 6518954. OLE color: 6518954.
HSL color Cylindrical-coordinate representation of color #AA7863: hue angle of 17.75º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7863 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 99 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.33 |
| HSL | 17.75º | 0.29% | 0.53% | - |
| HSV(B) | 17.75º | 0.42% | 0.67% | - |
| XYZ | 25.55 | 22.88 | 14.87 | - |
| YUV | 132.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 99 | 0 | 0.29 | 0.42 | 0.33 | 17.75 | 0.29 | 0.53 |
| Hex | AA | 78 | 63 | 0 | 1D | 2A | 21 | 12 | 1D | 35 |
| Octal | 252 | 170 | 143 | 0 | 35 | 52 | 41 | 22 | 35 | 65 |
| Binary | 10101010 | 1111000 | 1100011 | 0 | 11101 | 101010 | 100001 | 10010 | 11101 | 110101 |
Color Harmonies of #AA7863
Complementary color
Monochromatic Colors of #AA7863
Black with #AA7863
Text Example
Text Example
White with #AA7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7863; }
p { color: rgb(170,120,99); }
H1.HeaderClassName
{
color: #AA7863;
}
.AnyTagClassName
{
color: #AA7863;
}
</style>
background-color css
<style>
a { background-color: #AA7863; }
a { background-color: rgb(170,120,99); }
div.DivClassName
{
background-color: #AA7863;
}
.BgClassName
{
background-color: #AA7863;
}
</style>
border-color css
<style>
span { border-color: #AA7863; }
span { border-color: rgb(170,120,99); }
td.TdClassName
{
border-color: #AA7863;
}
.TagClassName
{
border-color: #AA7863;
}
</style>