Shades of Sundown #FFA6A6
Tints of Sundown #FFA6A6
RGB
CMYK
RGB Variations
Color information
#FFA6A6 (or 0xFFA6A6) is known color: Sundown. HEX triplet: FF, A6 and A6. RGB value is (255,166,166). Sum of RGB (Red+Green+Blue) = 255+166+166=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A6 is #005959. Grayscale: #C0C0C0. Windows color (decimal): -22874 or 10921727. OLE color: 10921727.
HSL color Cylindrical-coordinate representation of color #FFA6A6: hue angle of 0º 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 #FFA6A6 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 166 | - |
| CMYK | 0 | 0.35 | 0.35 | 0 |
| HSL | 0º | 1% | 0.83% | - |
| HSV(B) | 0º | 0.35% | 1% | - |
| XYZ | 61.76 | 51.29 | 42.72 | - |
| YUV | 192.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 166 | 0 | 0.35 | 0.35 | 0 | 0 | 1 | 0.83 |
| Hex | FF | A6 | A6 | 0 | 23 | 23 | 0 | 0 | 64 | 53 |
| Octal | 377 | 246 | 246 | 0 | 43 | 43 | 0 | 0 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10100110 | 0 | 100011 | 100011 | 0 | 0 | 1100100 | 1010011 |
Color Harmonies of #FFA6A6
Complementary color
Monochromatic Colors of #FFA6A6
Black with #FFA6A6
Text Example
Text Example
White with #FFA6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6A6; }
p { color: rgb(255,166,166); }
H1.HeaderClassName
{
color: #FFA6A6;
}
.AnyTagClassName
{
color: #FFA6A6;
}
</style>
background-color css
<style>
a { background-color: #FFA6A6; }
a { background-color: rgb(255,166,166); }
div.DivClassName
{
background-color: #FFA6A6;
}
.BgClassName
{
background-color: #FFA6A6;
}
</style>
border-color css
<style>
span { border-color: #FFA6A6; }
span { border-color: rgb(255,166,166); }
td.TdClassName
{
border-color: #FFA6A6;
}
.TagClassName
{
border-color: #FFA6A6;
}
</style>