Shades of Mona Lisa #FFA18A
Tints of Mona Lisa #FFA18A
RGB
CMYK
RGB Variations
Color information
#FFA18A (or 0xFFA18A) is known color: Mona Lisa. HEX triplet: FF, A1 and 8A. RGB value is (255,161,138). Sum of RGB (Red+Green+Blue) = 255+161+138=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA18A is #005E75. Grayscale: #BABABA. Windows color (decimal): -24182 or 9085439. OLE color: 9085439.
HSL color Cylindrical-coordinate representation of color #FFA18A: hue angle of 11.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA18A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 138 | - |
| CMYK | 0 | 0.37 | 0.46 | 0 |
| HSL | 11.79º | 1% | 0.77% | - |
| HSV(B) | 11.79º | 0.46% | 1% | - |
| XYZ | 58.57 | 48.58 | 30.34 | - |
| YUV | 186.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 138 | 0 | 0.37 | 0.46 | 0 | 11.79 | 1 | 0.77 |
| Hex | FF | A1 | 8A | 0 | 25 | 2E | 0 | C | 64 | 4D |
| Octal | 377 | 241 | 212 | 0 | 45 | 56 | 0 | 14 | 144 | 115 |
| Binary | 11111111 | 10100001 | 10001010 | 0 | 100101 | 101110 | 0 | 1100 | 1100100 | 1001101 |
Color Harmonies of #FFA18A
Complementary color
Monochromatic Colors of #FFA18A
Black with #FFA18A
Text Example
Text Example
White with #FFA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA18A; }
p { color: rgb(255,161,138); }
H1.HeaderClassName
{
color: #FFA18A;
}
.AnyTagClassName
{
color: #FFA18A;
}
</style>
background-color css
<style>
a { background-color: #FFA18A; }
a { background-color: rgb(255,161,138); }
div.DivClassName
{
background-color: #FFA18A;
}
.BgClassName
{
background-color: #FFA18A;
}
</style>
border-color css
<style>
span { border-color: #FFA18A; }
span { border-color: rgb(255,161,138); }
td.TdClassName
{
border-color: #FFA18A;
}
.TagClassName
{
border-color: #FFA18A;
}
</style>