Shades of Mona Lisa #FFA18C
Tints of Mona Lisa #FFA18C
RGB
CMYK
RGB Variations
Color information
#FFA18C (or 0xFFA18C) is known color: Mona Lisa. HEX triplet: FF, A1 and 8C. RGB value is (255,161,140). Sum of RGB (Red+Green+Blue) = 255+161+140=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA18C is #005E73. Grayscale: #BABABA. Windows color (decimal): -24180 or 9216511. OLE color: 9216511.
HSL color Cylindrical-coordinate representation of color #FFA18C: hue angle of 10.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA18C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 140 | - |
| CMYK | 0 | 0.37 | 0.45 | 0 |
| HSL | 10.96º | 1% | 0.77% | - |
| HSV(B) | 10.96º | 0.45% | 1% | - |
| XYZ | 58.72 | 48.64 | 31.11 | - |
| YUV | 186.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 140 | 0 | 0.37 | 0.45 | 0 | 10.96 | 1 | 0.77 |
| Hex | FF | A1 | 8C | 0 | 25 | 2D | 0 | B | 64 | 4D |
| Octal | 377 | 241 | 214 | 0 | 45 | 55 | 0 | 13 | 144 | 115 |
| Binary | 11111111 | 10100001 | 10001100 | 0 | 100101 | 101101 | 0 | 1011 | 1100100 | 1001101 |
Color Harmonies of #FFA18C
Complementary color
Monochromatic Colors of #FFA18C
Black with #FFA18C
Text Example
Text Example
White with #FFA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA18C; }
p { color: rgb(255,161,140); }
H1.HeaderClassName
{
color: #FFA18C;
}
.AnyTagClassName
{
color: #FFA18C;
}
</style>
background-color css
<style>
a { background-color: #FFA18C; }
a { background-color: rgb(255,161,140); }
div.DivClassName
{
background-color: #FFA18C;
}
.BgClassName
{
background-color: #FFA18C;
}
</style>
border-color css
<style>
span { border-color: #FFA18C; }
span { border-color: rgb(255,161,140); }
td.TdClassName
{
border-color: #FFA18C;
}
.TagClassName
{
border-color: #FFA18C;
}
</style>