Shades of Sundown #FFACA8
Tints of Sundown #FFACA8
RGB
CMYK
RGB Variations
Color information
#FFACA8 (or 0xFFACA8) is known color: Sundown. HEX triplet: FF, AC and A8. RGB value is (255,172,168). Sum of RGB (Red+Green+Blue) = 255+172+168=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA8 is #005357. Grayscale: #C4C4C4. Windows color (decimal): -21336 or 11054335. OLE color: 11054335.
HSL color Cylindrical-coordinate representation of color #FFACA8: hue angle of 2.76º 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 #FFACA8 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 168 | - |
| CMYK | 0 | 0.33 | 0.34 | 0 |
| HSL | 2.76º | 1% | 0.83% | - |
| HSV(B) | 2.76º | 0.34% | 1% | - |
| XYZ | 63.06 | 53.59 | 44.07 | - |
| YUV | 196.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 168 | 0 | 0.33 | 0.34 | 0 | 2.76 | 1 | 0.83 |
| Hex | FF | AC | A8 | 0 | 21 | 22 | 0 | 3 | 64 | 53 |
| Octal | 377 | 254 | 250 | 0 | 41 | 42 | 0 | 3 | 144 | 123 |
| Binary | 11111111 | 10101100 | 10101000 | 0 | 100001 | 100010 | 0 | 11 | 1100100 | 1010011 |
Color Harmonies of #FFACA8
Complementary color
Monochromatic Colors of #FFACA8
Black with #FFACA8
Text Example
Text Example
White with #FFACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACA8; }
p { color: rgb(255,172,168); }
H1.HeaderClassName
{
color: #FFACA8;
}
.AnyTagClassName
{
color: #FFACA8;
}
</style>
background-color css
<style>
a { background-color: #FFACA8; }
a { background-color: rgb(255,172,168); }
div.DivClassName
{
background-color: #FFACA8;
}
.BgClassName
{
background-color: #FFACA8;
}
</style>
border-color css
<style>
span { border-color: #FFACA8; }
span { border-color: rgb(255,172,168); }
td.TdClassName
{
border-color: #FFACA8;
}
.TagClassName
{
border-color: #FFACA8;
}
</style>