Shades of Light Salmon #FFA786
Tints of Light Salmon #FFA786
RGB
CMYK
RGB Variations
Color information
#FFA786 (or 0xFFA786) is known color: Light Salmon. HEX triplet: FF, A7 and 86. RGB value is (255,167,134). Sum of RGB (Red+Green+Blue) = 255+167+134=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA786 is #005879. Grayscale: #BDBDBD. Windows color (decimal): -22650 or 8824831. OLE color: 8824831.
HSL color Cylindrical-coordinate representation of color #FFA786: hue angle of 16.36º 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 #FFA786 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 134 | - |
| CMYK | 0 | 0.35 | 0.47 | 0 |
| HSL | 16.36º | 1% | 0.76% | - |
| HSV(B) | 16.36º | 0.47% | 1% | - |
| XYZ | 59.36 | 50.62 | 29.2 | - |
| YUV | 189.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 134 | 0 | 0.35 | 0.47 | 0 | 16.36 | 1 | 0.76 |
| Hex | FF | A7 | 86 | 0 | 23 | 2F | 0 | 10 | 64 | 4C |
| Octal | 377 | 247 | 206 | 0 | 43 | 57 | 0 | 20 | 144 | 114 |
| Binary | 11111111 | 10100111 | 10000110 | 0 | 100011 | 101111 | 0 | 10000 | 1100100 | 1001100 |
Color Harmonies of #FFA786
Complementary color
Monochromatic Colors of #FFA786
Black with #FFA786
Text Example
Text Example
White with #FFA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA786; }
p { color: rgb(255,167,134); }
H1.HeaderClassName
{
color: #FFA786;
}
.AnyTagClassName
{
color: #FFA786;
}
</style>
background-color css
<style>
a { background-color: #FFA786; }
a { background-color: rgb(255,167,134); }
div.DivClassName
{
background-color: #FFA786;
}
.BgClassName
{
background-color: #FFA786;
}
</style>
border-color css
<style>
span { border-color: #FFA786; }
span { border-color: rgb(255,167,134); }
td.TdClassName
{
border-color: #FFA786;
}
.TagClassName
{
border-color: #FFA786;
}
</style>