Shades of Sundown #FFACA6
Tints of Sundown #FFACA6
RGB
CMYK
RGB Variations
Color information
#FFACA6 (or 0xFFACA6) is known color: Sundown. HEX triplet: FF, AC and A6. RGB value is (255,172,166). Sum of RGB (Red+Green+Blue) = 255+172+166=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA6 is #005359. Grayscale: #C4C4C4. Windows color (decimal): -21338 or 10923263. OLE color: 10923263.
HSL color Cylindrical-coordinate representation of color #FFACA6: hue angle of 4.04º 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 #FFACA6 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 166 | - |
| CMYK | 0 | 0.33 | 0.35 | 0 |
| HSL | 4.04º | 1% | 0.83% | - |
| HSV(B) | 4.04º | 0.35% | 1% | - |
| XYZ | 62.88 | 53.52 | 43.09 | - |
| YUV | 196.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 166 | 0 | 0.33 | 0.35 | 0 | 4.04 | 1 | 0.83 |
| Hex | FF | AC | A6 | 0 | 21 | 23 | 0 | 4 | 64 | 53 |
| Octal | 377 | 254 | 246 | 0 | 41 | 43 | 0 | 4 | 144 | 123 |
| Binary | 11111111 | 10101100 | 10100110 | 0 | 100001 | 100011 | 0 | 100 | 1100100 | 1010011 |
Color Harmonies of #FFACA6
Complementary color
Monochromatic Colors of #FFACA6
Black with #FFACA6
Text Example
Text Example
White with #FFACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACA6; }
p { color: rgb(255,172,166); }
H1.HeaderClassName
{
color: #FFACA6;
}
.AnyTagClassName
{
color: #FFACA6;
}
</style>
background-color css
<style>
a { background-color: #FFACA6; }
a { background-color: rgb(255,172,166); }
div.DivClassName
{
background-color: #FFACA6;
}
.BgClassName
{
background-color: #FFACA6;
}
</style>
border-color css
<style>
span { border-color: #FFACA6; }
span { border-color: rgb(255,172,166); }
td.TdClassName
{
border-color: #FFACA6;
}
.TagClassName
{
border-color: #FFACA6;
}
</style>