Shades of Toast #AE765C
Tints of Toast #AE765C
RGB
CMYK
RGB Variations
Color information
#AE765C (or 0xAE765C) is known color: Toast. HEX triplet: AE, 76 and 5C. RGB value is (174,118,92). Sum of RGB (Red+Green+Blue) = 174+118+92=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE765C is #5189A3. Grayscale: #838383. Windows color (decimal): -5343652 or 6059694. OLE color: 6059694.
HSL color Cylindrical-coordinate representation of color #AE765C: hue angle of 19.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE765C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 92 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.32 |
| HSL | 19.02º | 0.34% | 0.52% | - |
| HSV(B) | 19.02º | 0.47% | 0.68% | - |
| XYZ | 25.87 | 22.73 | 13.15 | - |
| YUV | 131.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 92 | 0 | 0.32 | 0.47 | 0.32 | 19.02 | 0.34 | 0.52 |
| Hex | AE | 76 | 5C | 0 | 20 | 2F | 20 | 13 | 22 | 34 |
| Octal | 256 | 166 | 134 | 0 | 40 | 57 | 40 | 23 | 42 | 64 |
| Binary | 10101110 | 1110110 | 1011100 | 0 | 100000 | 101111 | 100000 | 10011 | 100010 | 110100 |
Color Harmonies of #AE765C
Complementary color
Monochromatic Colors of #AE765C
Black with #AE765C
Text Example
Text Example
White with #AE765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE765C; }
p { color: rgb(174,118,92); }
H1.HeaderClassName
{
color: #AE765C;
}
.AnyTagClassName
{
color: #AE765C;
}
</style>
background-color css
<style>
a { background-color: #AE765C; }
a { background-color: rgb(174,118,92); }
div.DivClassName
{
background-color: #AE765C;
}
.BgClassName
{
background-color: #AE765C;
}
</style>
border-color css
<style>
span { border-color: #AE765C; }
span { border-color: rgb(174,118,92); }
td.TdClassName
{
border-color: #AE765C;
}
.TagClassName
{
border-color: #AE765C;
}
</style>