#FFA190

Color #FFA190 Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #FFA190

Tints of Mona Lisa #FFA190

Color information

#FFA190 (or 0xFFA190) is unknown color: approx Mona Lisa. HEX triplet: FF, A1 and 90. RGB value is (255,161,144). Sum of RGB (Red+Green+Blue) = 255+161+144=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA190 is #005E6F. Grayscale: #BBBBBB. Windows color (decimal): -24176 or 9478655. OLE color: 9478655.

HSL color Cylindrical-coordinate representation of color #FFA190: hue angle of 9.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFA190 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255161144-
CMYK00.370.440
HSL9.19º100%78.24%-
HSV(B)9.19º43.53%100%-
XYZ59.0248.7632.69-
YUV187.17103.64176.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=45.54%
G=28.75%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516114400.370.4409.1910078.24
HexFFA1900252C09644e
Octal37724122004554011144116
Binary11111111101000011001000001001011011000100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA190; }

 p { color: rgb(255,161,144); }

 H1.HeaderClassName
 {
   color: #FFA190;
 }
 .AnyTagClassName
 {
   color: #FFA190;
 }
</style>
background-color css

<style>
 a { background-color: #FFA190; }

 a { background-color: rgb(255,161,144); }

 div.DivClassName
 {
   background-color: #FFA190;
 }
 .BgClassName
 {
   background-color: #FFA190;
 }
</style>
border-color css

<style>
 span { border-color: #FFA190; }

 span { border-color: rgb(255,161,144); }

 td.TdClassName
 {
   border-color: #FFA190;
 }
 .TagClassName
 {
   border-color: #FFA190;
 }
</style>