Shades of Toast #AE765E
Tints of Toast #AE765E
RGB
CMYK
RGB Variations
Color information
#AE765E (or 0xAE765E) is known color: Toast. HEX triplet: AE, 76 and 5E. RGB value is (174,118,94). Sum of RGB (Red+Green+Blue) = 174+118+94=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE765E is #5189A1. Grayscale: #848484. Windows color (decimal): -5343650 or 6190766. OLE color: 6190766.
HSL color Cylindrical-coordinate representation of color #AE765E: hue angle of 18º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE765E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 94 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.32 |
| HSL | 18º | 0.33% | 0.53% | - |
| HSV(B) | 18º | 0.46% | 0.68% | - |
| XYZ | 25.95 | 22.76 | 13.62 | - |
| YUV | 132.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 94 | 0 | 0.32 | 0.46 | 0.32 | 18 | 0.33 | 0.53 |
| Hex | AE | 76 | 5E | 0 | 20 | 2E | 20 | 12 | 21 | 35 |
| Octal | 256 | 166 | 136 | 0 | 40 | 56 | 40 | 22 | 41 | 65 |
| Binary | 10101110 | 1110110 | 1011110 | 0 | 100000 | 101110 | 100000 | 10010 | 100001 | 110101 |
Color Harmonies of #AE765E
Complementary color
Monochromatic Colors of #AE765E
Black with #AE765E
Text Example
Text Example
White with #AE765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE765E; }
p { color: rgb(174,118,94); }
H1.HeaderClassName
{
color: #AE765E;
}
.AnyTagClassName
{
color: #AE765E;
}
</style>
background-color css
<style>
a { background-color: #AE765E; }
a { background-color: rgb(174,118,94); }
div.DivClassName
{
background-color: #AE765E;
}
.BgClassName
{
background-color: #AE765E;
}
</style>
border-color css
<style>
span { border-color: #AE765E; }
span { border-color: rgb(174,118,94); }
td.TdClassName
{
border-color: #AE765E;
}
.TagClassName
{
border-color: #AE765E;
}
</style>