#A03156

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

Shades of Lipstick #A03156

Tints of Lipstick #A03156

Color information

#A03156 (or 0xA03156) is unknown color: approx Lipstick. HEX triplet: A0, 31 and 56. RGB value is (160,49,86). Sum of RGB (Red+Green+Blue) = 160+49+86=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A03156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03156 is #5FCEA9. Grayscale: #565656. Windows color (decimal): -6278826 or 5648800. OLE color: 5648800.

HSL color Cylindrical-coordinate representation of color #A03156: hue angle of 340º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03156 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1604986-
CMYK00.690.460.37
HSL340º53.11%40.98%-
HSV(B)340º69.38%62.75%-
XYZ17.2810.349.89-
YUV86.41127.77180.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=54.24%
G=16.61%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160498600.690.460.3734053.1140.98
HexA031560452E251543529
Octal24061126010556455246551
Binary10100000110001101011001000101101110100101101010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03156; }

 p { color: rgb(160,49,86); }

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

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

 a { background-color: rgb(160,49,86); }

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

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

 span { border-color: rgb(160,49,86); }

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