#A62E5B

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

Shades of Lipstick #A62E5B

Tints of Lipstick #A62E5B

Color information

#A62E5B (or 0xA62E5B) is unknown color: approx Lipstick. HEX triplet: A6, 2E and 5B. RGB value is (166,46,91). Sum of RGB (Red+Green+Blue) = 166+46+91=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E5B is #59D1A4. Grayscale: #565656. Windows color (decimal): -5886373 or 5975718. OLE color: 5975718.

HSL color Cylindrical-coordinate representation of color #A62E5B: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E5B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1664691-
CMYK00.720.450.35
HSL337.5º56.6%41.57%-
HSV(B)337.5º72.29%65.1%-
XYZ18.5910.8211.01-
YUV87.01130.26184.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=54.79%
G=15.18%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166469100.720.450.35337.556.641.57
HexA62E5B0482D23152392a
Octal24656133011055435227152
Binary10100110101110101101101001000101101100011101010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E5B; }

 p { color: rgb(166,46,91); }

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

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

 a { background-color: rgb(166,46,91); }

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

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

 span { border-color: rgb(166,46,91); }

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