Shades of Sundown #FFAFAD
Tints of Sundown #FFAFAD
RGB
CMYK
RGB Variations
Color information
#FFAFAD (or 0xFFAFAD) is known color: Sundown. HEX triplet: FF, AF and AD. RGB value is (255,175,173). Sum of RGB (Red+Green+Blue) = 255+175+173=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAD is #005052. Grayscale: #C6C6C6. Windows color (decimal): -20563 or 11382783. OLE color: 11382783.
HSL color Cylindrical-coordinate representation of color #FFAFAD: hue angle of 1.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAFAD is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 173 | - |
| CMYK | 0 | 0.31 | 0.32 | 0 |
| HSL | 1.46º | 1% | 0.84% | - |
| HSV(B) | 1.46º | 0.32% | 1% | - |
| XYZ | 64.11 | 54.94 | 46.76 | - |
| YUV | 198.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 173 | 0 | 0.31 | 0.32 | 0 | 1.46 | 1 | 0.84 |
| Hex | FF | AF | AD | 0 | 1F | 20 | 0 | 1 | 64 | 54 |
| Octal | 377 | 257 | 255 | 0 | 37 | 40 | 0 | 1 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10101101 | 0 | 11111 | 100000 | 0 | 1 | 1100100 | 1010100 |
Color Harmonies of #FFAFAD
Complementary color
Monochromatic Colors of #FFAFAD
Black with #FFAFAD
Text Example
Text Example
White with #FFAFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFAD; }
p { color: rgb(255,175,173); }
H1.HeaderClassName
{
color: #FFAFAD;
}
.AnyTagClassName
{
color: #FFAFAD;
}
</style>
background-color css
<style>
a { background-color: #FFAFAD; }
a { background-color: rgb(255,175,173); }
div.DivClassName
{
background-color: #FFAFAD;
}
.BgClassName
{
background-color: #FFAFAD;
}
</style>
border-color css
<style>
span { border-color: #FFAFAD; }
span { border-color: rgb(255,175,173); }
td.TdClassName
{
border-color: #FFAFAD;
}
.TagClassName
{
border-color: #FFAFAD;
}
</style>