Shades of Light Salmon #FFA176
Tints of Light Salmon #FFA176
RGB
CMYK
RGB Variations
Color information
#FFA176 (or 0xFFA176) is known color: Light Salmon. HEX triplet: FF, A1 and 76. RGB value is (255,161,118). Sum of RGB (Red+Green+Blue) = 255+161+118=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA176 is #005E89. Grayscale: #B8B8B8. Windows color (decimal): -24202 or 7774719. OLE color: 7774719.
HSL color Cylindrical-coordinate representation of color #FFA176: hue angle of 18.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA176 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 118 | - |
| CMYK | 0 | 0.37 | 0.54 | 0 |
| HSL | 18.83º | 1% | 0.73% | - |
| HSV(B) | 18.83º | 0.54% | 1% | - |
| XYZ | 57.25 | 48.06 | 23.4 | - |
| YUV | 184.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 118 | 0 | 0.37 | 0.54 | 0 | 18.83 | 1 | 0.73 |
| Hex | FF | A1 | 76 | 0 | 25 | 36 | 0 | 13 | 64 | 49 |
| Octal | 377 | 241 | 166 | 0 | 45 | 66 | 0 | 23 | 144 | 111 |
| Binary | 11111111 | 10100001 | 1110110 | 0 | 100101 | 110110 | 0 | 10011 | 1100100 | 1001001 |
Color Harmonies of #FFA176
Complementary color
Monochromatic Colors of #FFA176
Black with #FFA176
Text Example
Text Example
White with #FFA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA176; }
p { color: rgb(255,161,118); }
H1.HeaderClassName
{
color: #FFA176;
}
.AnyTagClassName
{
color: #FFA176;
}
</style>
background-color css
<style>
a { background-color: #FFA176; }
a { background-color: rgb(255,161,118); }
div.DivClassName
{
background-color: #FFA176;
}
.BgClassName
{
background-color: #FFA176;
}
</style>
border-color css
<style>
span { border-color: #FFA176; }
span { border-color: rgb(255,161,118); }
td.TdClassName
{
border-color: #FFA176;
}
.TagClassName
{
border-color: #FFA176;
}
</style>