Shades of Light Salmon #FFAA89
Tints of Light Salmon #FFAA89
RGB
CMYK
RGB Variations
Color information
#FFAA89 (or 0xFFAA89) is known color: Light Salmon. HEX triplet: FF, AA and 89. RGB value is (255,170,137). Sum of RGB (Red+Green+Blue) = 255+170+137=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA89 is #005576. Grayscale: #BFBFBF. Windows color (decimal): -21879 or 9022207. OLE color: 9022207.
HSL color Cylindrical-coordinate representation of color #FFAA89: hue angle of 16.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFAA89 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 137 | - |
| CMYK | 0 | 0.33 | 0.46 | 0 |
| HSL | 16.78º | 1% | 0.77% | - |
| HSV(B) | 16.78º | 0.46% | 1% | - |
| XYZ | 60.13 | 51.82 | 30.5 | - |
| YUV | 191.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 137 | 0 | 0.33 | 0.46 | 0 | 16.78 | 1 | 0.77 |
| Hex | FF | AA | 89 | 0 | 21 | 2E | 0 | 11 | 64 | 4D |
| Octal | 377 | 252 | 211 | 0 | 41 | 56 | 0 | 21 | 144 | 115 |
| Binary | 11111111 | 10101010 | 10001001 | 0 | 100001 | 101110 | 0 | 10001 | 1100100 | 1001101 |
Color Harmonies of #FFAA89
Complementary color
Monochromatic Colors of #FFAA89
Black with #FFAA89
Text Example
Text Example
White with #FFAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA89; }
p { color: rgb(255,170,137); }
H1.HeaderClassName
{
color: #FFAA89;
}
.AnyTagClassName
{
color: #FFAA89;
}
</style>
background-color css
<style>
a { background-color: #FFAA89; }
a { background-color: rgb(255,170,137); }
div.DivClassName
{
background-color: #FFAA89;
}
.BgClassName
{
background-color: #FFAA89;
}
</style>
border-color css
<style>
span { border-color: #FFAA89; }
span { border-color: rgb(255,170,137); }
td.TdClassName
{
border-color: #FFAA89;
}
.TagClassName
{
border-color: #FFAA89;
}
</style>