#A62B57

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

Shades of Lipstick #A62B57

Tints of Lipstick #A62B57

Color information

#A62B57 (or 0xA62B57) is unknown color: approx Lipstick. HEX triplet: A6, 2B and 57. RGB value is (166,43,87). Sum of RGB (Red+Green+Blue) = 166+43+87=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B57 is #59D4A8. Grayscale: #545454. Windows color (decimal): -5887145 or 5712806. OLE color: 5712806.

HSL color Cylindrical-coordinate representation of color #A62B57: hue angle of 338.54º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62B57 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1664387-
CMYK00.740.480.35
HSL338.54º58.85%40.98%-
HSV(B)338.54º74.1%65.1%-
XYZ18.3110.5210.08-
YUV84.79129.25185.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 43 (17.19% from 255) = 14.53%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=56.08%
G=14.53%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166438700.740.480.35338.5458.8540.98
HexA62B5704A30231533b29
Octal24653127011260435237351
Binary10100110101011101011101001010110000100011101010011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B57; }

 p { color: rgb(166,43,87); }

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

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

 a { background-color: rgb(166,43,87); }

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

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

 span { border-color: rgb(166,43,87); }

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