Shades of Sundown #FFAFAF
Tints of Sundown #FFAFAF
RGB
CMYK
RGB Variations
Color information
#FFAFAF (or 0xFFAFAF) is known color: Sundown. HEX triplet: FF, AF and AF. RGB value is (255,175,175). Sum of RGB (Red+Green+Blue) = 255+175+175=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAF is #005050. Grayscale: #C7C7C7. Windows color (decimal): -20561 or 11513855. OLE color: 11513855.
HSL color Cylindrical-coordinate representation of color #FFAFAF: hue angle of 0º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFAF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 175 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 0º | 1% | 0.84% | - |
| HSV(B) | 0º | 0.31% | 1% | - |
| XYZ | 64.31 | 55.02 | 47.79 | - |
| YUV | 198.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 175 | 0 | 0.31 | 0.31 | 0 | 0 | 1 | 0.84 |
| Hex | FF | AF | AF | 0 | 1F | 1F | 0 | 0 | 64 | 54 |
| Octal | 377 | 257 | 257 | 0 | 37 | 37 | 0 | 0 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10101111 | 0 | 11111 | 11111 | 0 | 0 | 1100100 | 1010100 |
Color Harmonies of #FFAFAF
Complementary color
Monochromatic Colors of #FFAFAF
Black with #FFAFAF
Text Example
Text Example
White with #FFAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFAF; }
p { color: rgb(255,175,175); }
H1.HeaderClassName
{
color: #FFAFAF;
}
.AnyTagClassName
{
color: #FFAFAF;
}
</style>
background-color css
<style>
a { background-color: #FFAFAF; }
a { background-color: rgb(255,175,175); }
div.DivClassName
{
background-color: #FFAFAF;
}
.BgClassName
{
background-color: #FFAFAF;
}
</style>
border-color css
<style>
span { border-color: #FFAFAF; }
span { border-color: rgb(255,175,175); }
td.TdClassName
{
border-color: #FFAFAF;
}
.TagClassName
{
border-color: #FFAFAF;
}
</style>