Shades of Light Salmon #FFAA7B
Tints of Light Salmon #FFAA7B
RGB
CMYK
RGB Variations
Color information
#FFAA7B (or 0xFFAA7B) is known color: Light Salmon. HEX triplet: FF, AA and 7B. RGB value is (255,170,123). Sum of RGB (Red+Green+Blue) = 255+170+123=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA7B is #005584. Grayscale: #BEBEBE. Windows color (decimal): -21893 or 8104703. OLE color: 8104703.
HSL color Cylindrical-coordinate representation of color #FFAA7B: hue angle of 21.36º 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 #FFAA7B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 123 | - |
| CMYK | 0 | 0.33 | 0.52 | 0 |
| HSL | 21.36º | 1% | 0.74% | - |
| HSV(B) | 21.36º | 0.52% | 1% | - |
| XYZ | 59.19 | 51.44 | 25.55 | - |
| YUV | 190.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 123 | 0 | 0.33 | 0.52 | 0 | 21.36 | 1 | 0.74 |
| Hex | FF | AA | 7B | 0 | 21 | 34 | 0 | 15 | 64 | 4A |
| Octal | 377 | 252 | 173 | 0 | 41 | 64 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10101010 | 1111011 | 0 | 100001 | 110100 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFAA7B
Complementary color
Monochromatic Colors of #FFAA7B
Black with #FFAA7B
Text Example
Text Example
White with #FFAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA7B; }
p { color: rgb(255,170,123); }
H1.HeaderClassName
{
color: #FFAA7B;
}
.AnyTagClassName
{
color: #FFAA7B;
}
</style>
background-color css
<style>
a { background-color: #FFAA7B; }
a { background-color: rgb(255,170,123); }
div.DivClassName
{
background-color: #FFAA7B;
}
.BgClassName
{
background-color: #FFAA7B;
}
</style>
border-color css
<style>
span { border-color: #FFAA7B; }
span { border-color: rgb(255,170,123); }
td.TdClassName
{
border-color: #FFAA7B;
}
.TagClassName
{
border-color: #FFAA7B;
}
</style>