Shades of Sundown #FFAEA6
Tints of Sundown #FFAEA6
RGB
CMYK
RGB Variations
Color information
#FFAEA6 (or 0xFFAEA6) is known color: Sundown. HEX triplet: FF, AE and A6. RGB value is (255,174,166). Sum of RGB (Red+Green+Blue) = 255+174+166=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEA6 is #005159. Grayscale: #C5C5C5. Windows color (decimal): -20826 or 10923775. OLE color: 10923775.
HSL color Cylindrical-coordinate representation of color #FFAEA6: hue angle of 5.39º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFAEA6 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 166 | - |
| CMYK | 0 | 0.32 | 0.35 | 0 |
| HSL | 5.39º | 1% | 0.83% | - |
| HSV(B) | 5.39º | 0.35% | 1% | - |
| XYZ | 63.26 | 54.29 | 43.22 | - |
| YUV | 197.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 166 | 0 | 0.32 | 0.35 | 0 | 5.39 | 1 | 0.83 |
| Hex | FF | AE | A6 | 0 | 20 | 23 | 0 | 5 | 64 | 53 |
| Octal | 377 | 256 | 246 | 0 | 40 | 43 | 0 | 5 | 144 | 123 |
| Binary | 11111111 | 10101110 | 10100110 | 0 | 100000 | 100011 | 0 | 101 | 1100100 | 1010011 |
Color Harmonies of #FFAEA6
Complementary color
Monochromatic Colors of #FFAEA6
Black with #FFAEA6
Text Example
Text Example
White with #FFAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEA6; }
p { color: rgb(255,174,166); }
H1.HeaderClassName
{
color: #FFAEA6;
}
.AnyTagClassName
{
color: #FFAEA6;
}
</style>
background-color css
<style>
a { background-color: #FFAEA6; }
a { background-color: rgb(255,174,166); }
div.DivClassName
{
background-color: #FFAEA6;
}
.BgClassName
{
background-color: #FFAEA6;
}
</style>
border-color css
<style>
span { border-color: #FFAEA6; }
span { border-color: rgb(255,174,166); }
td.TdClassName
{
border-color: #FFAEA6;
}
.TagClassName
{
border-color: #FFAEA6;
}
</style>