Shades of Toast #AE7662
Tints of Toast #AE7662
RGB
CMYK
RGB Variations
Color information
#AE7662 (or 0xAE7662) is known color: Toast. HEX triplet: AE, 76 and 62. RGB value is (174,118,98). Sum of RGB (Red+Green+Blue) = 174+118+98=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7662 is #51899D. Grayscale: #848484. Windows color (decimal): -5343646 or 6452910. OLE color: 6452910.
HSL color Cylindrical-coordinate representation of color #AE7662: hue angle of 15.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7662 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 98 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.32 |
| HSL | 15.79º | 0.32% | 0.53% | - |
| HSV(B) | 15.79º | 0.44% | 0.68% | - |
| XYZ | 26.14 | 22.84 | 14.59 | - |
| YUV | 132.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 98 | 0 | 0.32 | 0.44 | 0.32 | 15.79 | 0.32 | 0.53 |
| Hex | AE | 76 | 62 | 0 | 20 | 2C | 20 | 10 | 20 | 35 |
| Octal | 256 | 166 | 142 | 0 | 40 | 54 | 40 | 20 | 40 | 65 |
| Binary | 10101110 | 1110110 | 1100010 | 0 | 100000 | 101100 | 100000 | 10000 | 100000 | 110101 |
Color Harmonies of #AE7662
Complementary color
Monochromatic Colors of #AE7662
Black with #AE7662
Text Example
Text Example
White with #AE7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7662; }
p { color: rgb(174,118,98); }
H1.HeaderClassName
{
color: #AE7662;
}
.AnyTagClassName
{
color: #AE7662;
}
</style>
background-color css
<style>
a { background-color: #AE7662; }
a { background-color: rgb(174,118,98); }
div.DivClassName
{
background-color: #AE7662;
}
.BgClassName
{
background-color: #AE7662;
}
</style>
border-color css
<style>
span { border-color: #AE7662; }
span { border-color: rgb(174,118,98); }
td.TdClassName
{
border-color: #AE7662;
}
.TagClassName
{
border-color: #AE7662;
}
</style>