Shades of Sundown #FFAEAC
Tints of Sundown #FFAEAC
RGB
CMYK
RGB Variations
Color information
#FFAEAC (or 0xFFAEAC) is known color: Sundown. HEX triplet: FF, AE and AC. RGB value is (255,174,172). Sum of RGB (Red+Green+Blue) = 255+174+172=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEAC is #005153. Grayscale: #C6C6C6. Windows color (decimal): -20820 or 11316991. OLE color: 11316991.
HSL color Cylindrical-coordinate representation of color #FFAEAC: hue angle of 1.45º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAEAC is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 172 | - |
| CMYK | 0 | 0.32 | 0.33 | 0 |
| HSL | 1.45º | 1% | 0.84% | - |
| HSV(B) | 1.45º | 0.33% | 1% | - |
| XYZ | 63.82 | 54.51 | 46.19 | - |
| YUV | 197.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 172 | 0 | 0.32 | 0.33 | 0 | 1.45 | 1 | 0.84 |
| Hex | FF | AE | AC | 0 | 20 | 21 | 0 | 1 | 64 | 54 |
| Octal | 377 | 256 | 254 | 0 | 40 | 41 | 0 | 1 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10101100 | 0 | 100000 | 100001 | 0 | 1 | 1100100 | 1010100 |
Color Harmonies of #FFAEAC
Complementary color
Monochromatic Colors of #FFAEAC
Black with #FFAEAC
Text Example
Text Example
White with #FFAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEAC; }
p { color: rgb(255,174,172); }
H1.HeaderClassName
{
color: #FFAEAC;
}
.AnyTagClassName
{
color: #FFAEAC;
}
</style>
background-color css
<style>
a { background-color: #FFAEAC; }
a { background-color: rgb(255,174,172); }
div.DivClassName
{
background-color: #FFAEAC;
}
.BgClassName
{
background-color: #FFAEAC;
}
</style>
border-color css
<style>
span { border-color: #FFAEAC; }
span { border-color: rgb(255,174,172); }
td.TdClassName
{
border-color: #FFAEAC;
}
.TagClassName
{
border-color: #FFAEAC;
}
</style>