Shades of Toast #AE7762
Tints of Toast #AE7762
RGB
CMYK
RGB Variations
Color information
#AE7762 (or 0xAE7762) is known color: Toast. HEX triplet: AE, 77 and 62. RGB value is (174,119,98). Sum of RGB (Red+Green+Blue) = 174+119+98=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7762 is #51889D. Grayscale: #858585. Windows color (decimal): -5343390 or 6453166. OLE color: 6453166.
HSL color Cylindrical-coordinate representation of color #AE7762: hue angle of 16.58º 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 #AE7762 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 98 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.32 |
| HSL | 16.58º | 0.32% | 0.53% | - |
| HSV(B) | 16.58º | 0.44% | 0.68% | - |
| XYZ | 26.26 | 23.07 | 14.63 | - |
| YUV | 133.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 98 | 0 | 0.32 | 0.44 | 0.32 | 16.58 | 0.32 | 0.53 |
| Hex | AE | 77 | 62 | 0 | 20 | 2C | 20 | 11 | 20 | 35 |
| Octal | 256 | 167 | 142 | 0 | 40 | 54 | 40 | 21 | 40 | 65 |
| Binary | 10101110 | 1110111 | 1100010 | 0 | 100000 | 101100 | 100000 | 10001 | 100000 | 110101 |
Color Harmonies of #AE7762
Complementary color
Monochromatic Colors of #AE7762
Black with #AE7762
Text Example
Text Example
White with #AE7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7762; }
p { color: rgb(174,119,98); }
H1.HeaderClassName
{
color: #AE7762;
}
.AnyTagClassName
{
color: #AE7762;
}
</style>
background-color css
<style>
a { background-color: #AE7762; }
a { background-color: rgb(174,119,98); }
div.DivClassName
{
background-color: #AE7762;
}
.BgClassName
{
background-color: #AE7762;
}
</style>
border-color css
<style>
span { border-color: #AE7762; }
span { border-color: rgb(174,119,98); }
td.TdClassName
{
border-color: #AE7762;
}
.TagClassName
{
border-color: #AE7762;
}
</style>