Shades of Light Salmon #FFAA84
Tints of Light Salmon #FFAA84
RGB
CMYK
RGB Variations
Color information
#FFAA84 (or 0xFFAA84) is known color: Light Salmon. HEX triplet: FF, AA and 84. RGB value is (255,170,132). Sum of RGB (Red+Green+Blue) = 255+170+132=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA84 is #00557B. Grayscale: #BFBFBF. Windows color (decimal): -21884 or 8694527. OLE color: 8694527.
HSL color Cylindrical-coordinate representation of color #FFAA84: hue angle of 18.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFAA84 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 132 | - |
| CMYK | 0 | 0.33 | 0.48 | 0 |
| HSL | 18.54º | 1% | 0.76% | - |
| HSV(B) | 18.54º | 0.48% | 1% | - |
| XYZ | 59.78 | 51.68 | 28.65 | - |
| YUV | 191.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 132 | 0 | 0.33 | 0.48 | 0 | 18.54 | 1 | 0.76 |
| Hex | FF | AA | 84 | 0 | 21 | 30 | 0 | 13 | 64 | 4C |
| Octal | 377 | 252 | 204 | 0 | 41 | 60 | 0 | 23 | 144 | 114 |
| Binary | 11111111 | 10101010 | 10000100 | 0 | 100001 | 110000 | 0 | 10011 | 1100100 | 1001100 |
Color Harmonies of #FFAA84
Complementary color
Monochromatic Colors of #FFAA84
Black with #FFAA84
Text Example
Text Example
White with #FFAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA84; }
p { color: rgb(255,170,132); }
H1.HeaderClassName
{
color: #FFAA84;
}
.AnyTagClassName
{
color: #FFAA84;
}
</style>
background-color css
<style>
a { background-color: #FFAA84; }
a { background-color: rgb(255,170,132); }
div.DivClassName
{
background-color: #FFAA84;
}
.BgClassName
{
background-color: #FFAA84;
}
</style>
border-color css
<style>
span { border-color: #FFAA84; }
span { border-color: rgb(255,170,132); }
td.TdClassName
{
border-color: #FFAA84;
}
.TagClassName
{
border-color: #FFAA84;
}
</style>