Shades of Light Salmon #FFAA85
Tints of Light Salmon #FFAA85
RGB
CMYK
RGB Variations
Color information
#FFAA85 (or 0xFFAA85) is known color: Light Salmon. HEX triplet: FF, AA and 85. RGB value is (255,170,133). Sum of RGB (Red+Green+Blue) = 255+170+133=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA85 is #00557A. Grayscale: #BFBFBF. Windows color (decimal): -21883 or 8760063. OLE color: 8760063.
HSL color Cylindrical-coordinate representation of color #FFAA85: hue angle of 18.2º 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 #FFAA85 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 133 | - |
| CMYK | 0 | 0.33 | 0.48 | 0 |
| HSL | 18.2º | 1% | 0.76% | - |
| HSV(B) | 18.2º | 0.48% | 1% | - |
| XYZ | 59.85 | 51.7 | 29.02 | - |
| YUV | 191.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 133 | 0 | 0.33 | 0.48 | 0 | 18.2 | 1 | 0.76 |
| Hex | FF | AA | 85 | 0 | 21 | 30 | 0 | 12 | 64 | 4C |
| Octal | 377 | 252 | 205 | 0 | 41 | 60 | 0 | 22 | 144 | 114 |
| Binary | 11111111 | 10101010 | 10000101 | 0 | 100001 | 110000 | 0 | 10010 | 1100100 | 1001100 |
Color Harmonies of #FFAA85
Complementary color
Monochromatic Colors of #FFAA85
Black with #FFAA85
Text Example
Text Example
White with #FFAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA85; }
p { color: rgb(255,170,133); }
H1.HeaderClassName
{
color: #FFAA85;
}
.AnyTagClassName
{
color: #FFAA85;
}
</style>
background-color css
<style>
a { background-color: #FFAA85; }
a { background-color: rgb(255,170,133); }
div.DivClassName
{
background-color: #FFAA85;
}
.BgClassName
{
background-color: #FFAA85;
}
</style>
border-color css
<style>
span { border-color: #FFAA85; }
span { border-color: rgb(255,170,133); }
td.TdClassName
{
border-color: #FFAA85;
}
.TagClassName
{
border-color: #FFAA85;
}
</style>