Shades of Light Salmon #FFAA86
Tints of Light Salmon #FFAA86
RGB
CMYK
RGB Variations
Color information
#FFAA86 (or 0xFFAA86) is known color: Light Salmon. HEX triplet: FF, AA and 86. RGB value is (255,170,134). Sum of RGB (Red+Green+Blue) = 255+170+134=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA86 is #005579. Grayscale: #BFBFBF. Windows color (decimal): -21882 or 8825599. OLE color: 8825599.
HSL color Cylindrical-coordinate representation of color #FFAA86: hue angle of 17.85º 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 #FFAA86 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 134 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 17.85º | 1% | 0.76% | - |
| HSV(B) | 17.85º | 0.47% | 1% | - |
| XYZ | 59.92 | 51.73 | 29.38 | - |
| YUV | 191.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 134 | 0 | 0.33 | 0.47 | 0 | 17.85 | 1 | 0.76 |
| Hex | FF | AA | 86 | 0 | 21 | 2F | 0 | 12 | 64 | 4C |
| Octal | 377 | 252 | 206 | 0 | 41 | 57 | 0 | 22 | 144 | 114 |
| Binary | 11111111 | 10101010 | 10000110 | 0 | 100001 | 101111 | 0 | 10010 | 1100100 | 1001100 |
Color Harmonies of #FFAA86
Complementary color
Monochromatic Colors of #FFAA86
Black with #FFAA86
Text Example
Text Example
White with #FFAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA86; }
p { color: rgb(255,170,134); }
H1.HeaderClassName
{
color: #FFAA86;
}
.AnyTagClassName
{
color: #FFAA86;
}
</style>
background-color css
<style>
a { background-color: #FFAA86; }
a { background-color: rgb(255,170,134); }
div.DivClassName
{
background-color: #FFAA86;
}
.BgClassName
{
background-color: #FFAA86;
}
</style>
border-color css
<style>
span { border-color: #FFAA86; }
span { border-color: rgb(255,170,134); }
td.TdClassName
{
border-color: #FFAA86;
}
.TagClassName
{
border-color: #FFAA86;
}
</style>