Shades of Sundown #FFAFA6
Tints of Sundown #FFAFA6
RGB
CMYK
RGB Variations
Color information
#FFAFA6 (or 0xFFAFA6) is known color: Sundown. HEX triplet: FF, AF and A6. RGB value is (255,175,166). Sum of RGB (Red+Green+Blue) = 255+175+166=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA6 is #005059. Grayscale: #C6C6C6. Windows color (decimal): -20570 or 10924031. OLE color: 10924031.
HSL color Cylindrical-coordinate representation of color #FFAFA6: hue angle of 6.07º 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 #FFAFA6 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 166 | - |
| CMYK | 0 | 0.31 | 0.35 | 0 |
| HSL | 6.07º | 1% | 0.83% | - |
| HSV(B) | 6.07º | 0.35% | 1% | - |
| XYZ | 63.45 | 54.67 | 43.29 | - |
| YUV | 197.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 166 | 0 | 0.31 | 0.35 | 0 | 6.07 | 1 | 0.83 |
| Hex | FF | AF | A6 | 0 | 1F | 23 | 0 | 6 | 64 | 53 |
| Octal | 377 | 257 | 246 | 0 | 37 | 43 | 0 | 6 | 144 | 123 |
| Binary | 11111111 | 10101111 | 10100110 | 0 | 11111 | 100011 | 0 | 110 | 1100100 | 1010011 |
Color Harmonies of #FFAFA6
Complementary color
Monochromatic Colors of #FFAFA6
Black with #FFAFA6
Text Example
Text Example
White with #FFAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFA6; }
p { color: rgb(255,175,166); }
H1.HeaderClassName
{
color: #FFAFA6;
}
.AnyTagClassName
{
color: #FFAFA6;
}
</style>
background-color css
<style>
a { background-color: #FFAFA6; }
a { background-color: rgb(255,175,166); }
div.DivClassName
{
background-color: #FFAFA6;
}
.BgClassName
{
background-color: #FFAFA6;
}
</style>
border-color css
<style>
span { border-color: #FFAFA6; }
span { border-color: rgb(255,175,166); }
td.TdClassName
{
border-color: #FFAFA6;
}
.TagClassName
{
border-color: #FFAFA6;
}
</style>