Shades of Sundown #FFAFAA
Tints of Sundown #FFAFAA
RGB
CMYK
RGB Variations
Color information
#FFAFAA (or 0xFFAFAA) is known color: Sundown. HEX triplet: FF, AF and AA. RGB value is (255,175,170). Sum of RGB (Red+Green+Blue) = 255+175+170=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAA is #005055. Grayscale: #C6C6C6. Windows color (decimal): -20566 or 11186175. OLE color: 11186175.
HSL color Cylindrical-coordinate representation of color #FFAFAA: hue angle of 3.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAFAA is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 170 | - |
| CMYK | 0 | 0.31 | 0.33 | 0 |
| HSL | 3.53º | 1% | 0.83% | - |
| HSV(B) | 3.53º | 0.33% | 1% | - |
| XYZ | 63.83 | 54.82 | 45.25 | - |
| YUV | 198.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 170 | 0 | 0.31 | 0.33 | 0 | 3.53 | 1 | 0.83 |
| Hex | FF | AF | AA | 0 | 1F | 21 | 0 | 4 | 64 | 53 |
| Octal | 377 | 257 | 252 | 0 | 37 | 41 | 0 | 4 | 144 | 123 |
| Binary | 11111111 | 10101111 | 10101010 | 0 | 11111 | 100001 | 0 | 100 | 1100100 | 1010011 |
Color Harmonies of #FFAFAA
Complementary color
Monochromatic Colors of #FFAFAA
Black with #FFAFAA
Text Example
Text Example
White with #FFAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFAA; }
p { color: rgb(255,175,170); }
H1.HeaderClassName
{
color: #FFAFAA;
}
.AnyTagClassName
{
color: #FFAFAA;
}
</style>
background-color css
<style>
a { background-color: #FFAFAA; }
a { background-color: rgb(255,175,170); }
div.DivClassName
{
background-color: #FFAFAA;
}
.BgClassName
{
background-color: #FFAFAA;
}
</style>
border-color css
<style>
span { border-color: #FFAFAA; }
span { border-color: rgb(255,175,170); }
td.TdClassName
{
border-color: #FFAFAA;
}
.TagClassName
{
border-color: #FFAFAA;
}
</style>