Shades of Light Salmon #FFAA87
Tints of Light Salmon #FFAA87
RGB
CMYK
RGB Variations
Color information
#FFAA87 (or 0xFFAA87) is known color: Light Salmon. HEX triplet: FF, AA and 87. RGB value is (255,170,135). Sum of RGB (Red+Green+Blue) = 255+170+135=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA87 is #005578. Grayscale: #BFBFBF. Windows color (decimal): -21881 or 8891135. OLE color: 8891135.
HSL color Cylindrical-coordinate representation of color #FFAA87: hue angle of 17.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAA87 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 135 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 17.5º | 1% | 0.76% | - |
| HSV(B) | 17.5º | 0.47% | 1% | - |
| XYZ | 59.99 | 51.76 | 29.75 | - |
| YUV | 191.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 135 | 0 | 0.33 | 0.47 | 0 | 17.5 | 1 | 0.76 |
| Hex | FF | AA | 87 | 0 | 21 | 2F | 0 | 12 | 64 | 4C |
| Octal | 377 | 252 | 207 | 0 | 41 | 57 | 0 | 22 | 144 | 114 |
| Binary | 11111111 | 10101010 | 10000111 | 0 | 100001 | 101111 | 0 | 10010 | 1100100 | 1001100 |
Color Harmonies of #FFAA87
Complementary color
Monochromatic Colors of #FFAA87
Black with #FFAA87
Text Example
Text Example
White with #FFAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA87; }
p { color: rgb(255,170,135); }
H1.HeaderClassName
{
color: #FFAA87;
}
.AnyTagClassName
{
color: #FFAA87;
}
</style>
background-color css
<style>
a { background-color: #FFAA87; }
a { background-color: rgb(255,170,135); }
div.DivClassName
{
background-color: #FFAA87;
}
.BgClassName
{
background-color: #FFAA87;
}
</style>
border-color css
<style>
span { border-color: #FFAA87; }
span { border-color: rgb(255,170,135); }
td.TdClassName
{
border-color: #FFAA87;
}
.TagClassName
{
border-color: #FFAA87;
}
</style>