Shades of Light Salmon #FFA17A
Tints of Light Salmon #FFA17A
RGB
CMYK
RGB Variations
Color information
#FFA17A (or 0xFFA17A) is known color: Light Salmon. HEX triplet: FF, A1 and 7A. RGB value is (255,161,122). Sum of RGB (Red+Green+Blue) = 255+161+122=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17A is #005E85. Grayscale: #B8B8B8. Windows color (decimal): -24198 or 8036863. OLE color: 8036863.
HSL color Cylindrical-coordinate representation of color #FFA17A: hue angle of 17.59º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA17A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 122 | - |
| CMYK | 0 | 0.37 | 0.52 | 0 |
| HSL | 17.59º | 1% | 0.74% | - |
| HSV(B) | 17.59º | 0.52% | 1% | - |
| XYZ | 57.5 | 48.15 | 24.68 | - |
| YUV | 184.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 122 | 0 | 0.37 | 0.52 | 0 | 17.59 | 1 | 0.74 |
| Hex | FF | A1 | 7A | 0 | 25 | 34 | 0 | 12 | 64 | 4A |
| Octal | 377 | 241 | 172 | 0 | 45 | 64 | 0 | 22 | 144 | 112 |
| Binary | 11111111 | 10100001 | 1111010 | 0 | 100101 | 110100 | 0 | 10010 | 1100100 | 1001010 |
Color Harmonies of #FFA17A
Complementary color
Monochromatic Colors of #FFA17A
Black with #FFA17A
Text Example
Text Example
White with #FFA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA17A; }
p { color: rgb(255,161,122); }
H1.HeaderClassName
{
color: #FFA17A;
}
.AnyTagClassName
{
color: #FFA17A;
}
</style>
background-color css
<style>
a { background-color: #FFA17A; }
a { background-color: rgb(255,161,122); }
div.DivClassName
{
background-color: #FFA17A;
}
.BgClassName
{
background-color: #FFA17A;
}
</style>
border-color css
<style>
span { border-color: #FFA17A; }
span { border-color: rgb(255,161,122); }
td.TdClassName
{
border-color: #FFA17A;
}
.TagClassName
{
border-color: #FFA17A;
}
</style>