Shades of Light Salmon #FFAA7E
Tints of Light Salmon #FFAA7E
RGB
CMYK
RGB Variations
Color information
#FFAA7E (or 0xFFAA7E) is known color: Light Salmon. HEX triplet: FF, AA and 7E. RGB value is (255,170,126). Sum of RGB (Red+Green+Blue) = 255+170+126=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA7E is #005581. Grayscale: #BEBEBE. Windows color (decimal): -21890 or 8301311. OLE color: 8301311.
HSL color Cylindrical-coordinate representation of color #FFAA7E: hue angle of 20.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAA7E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 126 | - |
| CMYK | 0 | 0.33 | 0.51 | 0 |
| HSL | 20.47º | 1% | 0.75% | - |
| HSV(B) | 20.47º | 0.51% | 1% | - |
| XYZ | 59.38 | 51.52 | 26.55 | - |
| YUV | 190.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 126 | 0 | 0.33 | 0.51 | 0 | 20.47 | 1 | 0.75 |
| Hex | FF | AA | 7E | 0 | 21 | 33 | 0 | 14 | 64 | 4B |
| Octal | 377 | 252 | 176 | 0 | 41 | 63 | 0 | 24 | 144 | 113 |
| Binary | 11111111 | 10101010 | 1111110 | 0 | 100001 | 110011 | 0 | 10100 | 1100100 | 1001011 |
Color Harmonies of #FFAA7E
Complementary color
Monochromatic Colors of #FFAA7E
Black with #FFAA7E
Text Example
Text Example
White with #FFAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA7E; }
p { color: rgb(255,170,126); }
H1.HeaderClassName
{
color: #FFAA7E;
}
.AnyTagClassName
{
color: #FFAA7E;
}
</style>
background-color css
<style>
a { background-color: #FFAA7E; }
a { background-color: rgb(255,170,126); }
div.DivClassName
{
background-color: #FFAA7E;
}
.BgClassName
{
background-color: #FFAA7E;
}
</style>
border-color css
<style>
span { border-color: #FFAA7E; }
span { border-color: rgb(255,170,126); }
td.TdClassName
{
border-color: #FFAA7E;
}
.TagClassName
{
border-color: #FFAA7E;
}
</style>