#A62156

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

Shades of Lipstick #A62156

Tints of Lipstick #A62156

Color information

#A62156 (or 0xA62156) is unknown color: approx Lipstick. HEX triplet: A6, 21 and 56. RGB value is (166,33,86). Sum of RGB (Red+Green+Blue) = 166+33+86=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A62156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62156 is #59DEA9. Grayscale: #4E4E4E. Windows color (decimal): -5889706 or 5644710. OLE color: 5644710.

HSL color Cylindrical-coordinate representation of color #A62156: hue angle of 336.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62156 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1663386-
CMYK00.800.480.35
HSL336.09º66.83%39.02%-
HSV(B)336.09º80.12%65.1%-
XYZ17.959.879.76-
YUV78.81132.06190.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=58.25%
G=11.58%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166338600.800.480.35336.0966.8339.02
HexA6215605030231504327
Octal246411260120604352010347
Binary101001101000011010110010100001100001000111010100001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62156; }

 p { color: rgb(166,33,86); }

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

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

 a { background-color: rgb(166,33,86); }

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

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

 span { border-color: rgb(166,33,86); }

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