Shades of Sundown #FFA6A3
Tints of Sundown #FFA6A3
RGB
CMYK
RGB Variations
Color information
#FFA6A3 (or 0xFFA6A3) is known color: Sundown. HEX triplet: FF, A6 and A3. RGB value is (255,166,163). Sum of RGB (Red+Green+Blue) = 255+166+163=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A3 is #00595C. Grayscale: #C0C0C0. Windows color (decimal): -22877 or 10725119. OLE color: 10725119.
HSL color Cylindrical-coordinate representation of color #FFA6A3: hue angle of 1.96º 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 #FFA6A3 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 163 | - |
| CMYK | 0 | 0.35 | 0.36 | 0 |
| HSL | 1.96º | 1% | 0.82% | - |
| HSV(B) | 1.96º | 0.36% | 1% | - |
| XYZ | 61.49 | 51.18 | 41.29 | - |
| YUV | 192.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 163 | 0 | 0.35 | 0.36 | 0 | 1.96 | 1 | 0.82 |
| Hex | FF | A6 | A3 | 0 | 23 | 24 | 0 | 2 | 64 | 52 |
| Octal | 377 | 246 | 243 | 0 | 43 | 44 | 0 | 2 | 144 | 122 |
| Binary | 11111111 | 10100110 | 10100011 | 0 | 100011 | 100100 | 0 | 10 | 1100100 | 1010010 |
Color Harmonies of #FFA6A3
Complementary color
Monochromatic Colors of #FFA6A3
Black with #FFA6A3
Text Example
Text Example
White with #FFA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6A3; }
p { color: rgb(255,166,163); }
H1.HeaderClassName
{
color: #FFA6A3;
}
.AnyTagClassName
{
color: #FFA6A3;
}
</style>
background-color css
<style>
a { background-color: #FFA6A3; }
a { background-color: rgb(255,166,163); }
div.DivClassName
{
background-color: #FFA6A3;
}
.BgClassName
{
background-color: #FFA6A3;
}
</style>
border-color css
<style>
span { border-color: #FFA6A3; }
span { border-color: rgb(255,166,163); }
td.TdClassName
{
border-color: #FFA6A3;
}
.TagClassName
{
border-color: #FFA6A3;
}
</style>