Shades of Sundown #FFAFA4
Tints of Sundown #FFAFA4
RGB
CMYK
RGB Variations
Color information
#FFAFA4 (or 0xFFAFA4) is known color: Sundown. HEX triplet: FF, AF and A4. RGB value is (255,175,164). Sum of RGB (Red+Green+Blue) = 255+175+164=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA4 is #00505B. Grayscale: #C5C5C5. Windows color (decimal): -20572 or 10792959. OLE color: 10792959.
HSL color Cylindrical-coordinate representation of color #FFAFA4: hue angle of 7.25º 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 #FFAFA4 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 164 | - |
| CMYK | 0 | 0.31 | 0.36 | 0 |
| HSL | 7.25º | 1% | 0.82% | - |
| HSV(B) | 7.25º | 0.36% | 1% | - |
| XYZ | 63.27 | 54.6 | 42.33 | - |
| YUV | 197.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 164 | 0 | 0.31 | 0.36 | 0 | 7.25 | 1 | 0.82 |
| Hex | FF | AF | A4 | 0 | 1F | 24 | 0 | 7 | 64 | 52 |
| Octal | 377 | 257 | 244 | 0 | 37 | 44 | 0 | 7 | 144 | 122 |
| Binary | 11111111 | 10101111 | 10100100 | 0 | 11111 | 100100 | 0 | 111 | 1100100 | 1010010 |
Color Harmonies of #FFAFA4
Complementary color
Monochromatic Colors of #FFAFA4
Black with #FFAFA4
Text Example
Text Example
White with #FFAFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFA4; }
p { color: rgb(255,175,164); }
H1.HeaderClassName
{
color: #FFAFA4;
}
.AnyTagClassName
{
color: #FFAFA4;
}
</style>
background-color css
<style>
a { background-color: #FFAFA4; }
a { background-color: rgb(255,175,164); }
div.DivClassName
{
background-color: #FFAFA4;
}
.BgClassName
{
background-color: #FFAFA4;
}
</style>
border-color css
<style>
span { border-color: #FFAFA4; }
span { border-color: rgb(255,175,164); }
td.TdClassName
{
border-color: #FFAFA4;
}
.TagClassName
{
border-color: #FFAFA4;
}
</style>