Shades of Sundown #FFAFA3
Tints of Sundown #FFAFA3
RGB
CMYK
RGB Variations
Color information
#FFAFA3 (or 0xFFAFA3) is known color: Sundown. HEX triplet: FF, AF and A3. RGB value is (255,175,163). Sum of RGB (Red+Green+Blue) = 255+175+163=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA3 is #00505C. Grayscale: #C5C5C5. Windows color (decimal): -20573 or 10727423. OLE color: 10727423.
HSL color Cylindrical-coordinate representation of color #FFAFA3: hue angle of 7.83º 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 #FFAFA3 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 163 | - |
| CMYK | 0 | 0.31 | 0.36 | 0 |
| HSL | 7.83º | 1% | 0.82% | - |
| HSV(B) | 7.83º | 0.36% | 1% | - |
| XYZ | 63.18 | 54.56 | 41.85 | - |
| YUV | 197.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 163 | 0 | 0.31 | 0.36 | 0 | 7.83 | 1 | 0.82 |
| Hex | FF | AF | A3 | 0 | 1F | 24 | 0 | 8 | 64 | 52 |
| Octal | 377 | 257 | 243 | 0 | 37 | 44 | 0 | 10 | 144 | 122 |
| Binary | 11111111 | 10101111 | 10100011 | 0 | 11111 | 100100 | 0 | 1000 | 1100100 | 1010010 |
Color Harmonies of #FFAFA3
Complementary color
Monochromatic Colors of #FFAFA3
Black with #FFAFA3
Text Example
Text Example
White with #FFAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFA3; }
p { color: rgb(255,175,163); }
H1.HeaderClassName
{
color: #FFAFA3;
}
.AnyTagClassName
{
color: #FFAFA3;
}
</style>
background-color css
<style>
a { background-color: #FFAFA3; }
a { background-color: rgb(255,175,163); }
div.DivClassName
{
background-color: #FFAFA3;
}
.BgClassName
{
background-color: #FFAFA3;
}
</style>
border-color css
<style>
span { border-color: #FFAFA3; }
span { border-color: rgb(255,175,163); }
td.TdClassName
{
border-color: #FFAFA3;
}
.TagClassName
{
border-color: #FFAFA3;
}
</style>