#A62B5D

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

Shades of Lipstick #A62B5D

Tints of Lipstick #A62B5D

Color information

#A62B5D (or 0xA62B5D) is unknown color: approx Lipstick. HEX triplet: A6, 2B and 5D. RGB value is (166,43,93). Sum of RGB (Red+Green+Blue) = 166+43+93=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B5D is #59D4A2. Grayscale: #555555. Windows color (decimal): -5887139 or 6106022. OLE color: 6106022.

HSL color Cylindrical-coordinate representation of color #A62B5D: hue angle of 335.61º 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 #A62B5D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1664393-
CMYK00.740.440.35
HSL335.61º58.85%40.98%-
HSV(B)335.61º74.1%65.1%-
XYZ18.5710.6311.43-
YUV85.48132.25185.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=54.97%
G=14.24%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166439300.740.440.35335.6158.8540.98
HexA62B5D04A2C231503b29
Octal24653135011254435207351
Binary10100110101011101110101001010101100100011101010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B5D; }

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

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

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

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

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

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

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

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