Shades of Sundown #FFAEA4
Tints of Sundown #FFAEA4
RGB
CMYK
RGB Variations
Color information
#FFAEA4 (or 0xFFAEA4) is known color: Sundown. HEX triplet: FF, AE and A4. RGB value is (255,174,164). Sum of RGB (Red+Green+Blue) = 255+174+164=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEA4 is #00515B. Grayscale: #C5C5C5. Windows color (decimal): -20828 or 10792703. OLE color: 10792703.
HSL color Cylindrical-coordinate representation of color #FFAEA4: hue angle of 6.59º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFAEA4 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 164 | - |
| CMYK | 0 | 0.32 | 0.36 | 0 |
| HSL | 6.59º | 1% | 0.82% | - |
| HSV(B) | 6.59º | 0.36% | 1% | - |
| XYZ | 63.08 | 54.21 | 42.26 | - |
| YUV | 197.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 164 | 0 | 0.32 | 0.36 | 0 | 6.59 | 1 | 0.82 |
| Hex | FF | AE | A4 | 0 | 20 | 24 | 0 | 7 | 64 | 52 |
| Octal | 377 | 256 | 244 | 0 | 40 | 44 | 0 | 7 | 144 | 122 |
| Binary | 11111111 | 10101110 | 10100100 | 0 | 100000 | 100100 | 0 | 111 | 1100100 | 1010010 |
Color Harmonies of #FFAEA4
Complementary color
Monochromatic Colors of #FFAEA4
Black with #FFAEA4
Text Example
Text Example
White with #FFAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEA4; }
p { color: rgb(255,174,164); }
H1.HeaderClassName
{
color: #FFAEA4;
}
.AnyTagClassName
{
color: #FFAEA4;
}
</style>
background-color css
<style>
a { background-color: #FFAEA4; }
a { background-color: rgb(255,174,164); }
div.DivClassName
{
background-color: #FFAEA4;
}
.BgClassName
{
background-color: #FFAEA4;
}
</style>
border-color css
<style>
span { border-color: #FFAEA4; }
span { border-color: rgb(255,174,164); }
td.TdClassName
{
border-color: #FFAEA4;
}
.TagClassName
{
border-color: #FFAEA4;
}
</style>