Shades of Sundown #FFAEA8
Tints of Sundown #FFAEA8
RGB
CMYK
RGB Variations
Color information
#FFAEA8 (or 0xFFAEA8) is known color: Sundown. HEX triplet: FF, AE and A8. RGB value is (255,174,168). Sum of RGB (Red+Green+Blue) = 255+174+168=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEA8 is #005157. Grayscale: #C5C5C5. Windows color (decimal): -20824 or 11054847. OLE color: 11054847.
HSL color Cylindrical-coordinate representation of color #FFAEA8: hue angle of 4.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFAEA8 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 168 | - |
| CMYK | 0 | 0.32 | 0.34 | 0 |
| HSL | 4.14º | 1% | 0.83% | - |
| HSV(B) | 4.14º | 0.34% | 1% | - |
| XYZ | 63.44 | 54.36 | 44.19 | - |
| YUV | 197.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 168 | 0 | 0.32 | 0.34 | 0 | 4.14 | 1 | 0.83 |
| Hex | FF | AE | A8 | 0 | 20 | 22 | 0 | 4 | 64 | 53 |
| Octal | 377 | 256 | 250 | 0 | 40 | 42 | 0 | 4 | 144 | 123 |
| Binary | 11111111 | 10101110 | 10101000 | 0 | 100000 | 100010 | 0 | 100 | 1100100 | 1010011 |
Color Harmonies of #FFAEA8
Complementary color
Monochromatic Colors of #FFAEA8
Black with #FFAEA8
Text Example
Text Example
White with #FFAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEA8; }
p { color: rgb(255,174,168); }
H1.HeaderClassName
{
color: #FFAEA8;
}
.AnyTagClassName
{
color: #FFAEA8;
}
</style>
background-color css
<style>
a { background-color: #FFAEA8; }
a { background-color: rgb(255,174,168); }
div.DivClassName
{
background-color: #FFAEA8;
}
.BgClassName
{
background-color: #FFAEA8;
}
</style>
border-color css
<style>
span { border-color: #FFAEA8; }
span { border-color: rgb(255,174,168); }
td.TdClassName
{
border-color: #FFAEA8;
}
.TagClassName
{
border-color: #FFAEA8;
}
</style>