#A62A4D

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

Shades of Lipstick #A62A4D

Tints of Lipstick #A62A4D

Color information

#A62A4D (or 0xA62A4D) is unknown color: approx Lipstick. HEX triplet: A6, 2A and 4D. RGB value is (166,42,77). Sum of RGB (Red+Green+Blue) = 166+42+77=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A4D is #59D5B2. Grayscale: #535353. Windows color (decimal): -5887411 or 5057190. OLE color: 5057190.

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

Color convert

RGB1664277-
CMYK00.750.540.35
HSL343.06º59.62%40.78%-
HSV(B)343.06º74.7%65.1%-
XYZ17.8910.38.07-
YUV83.07124.58187.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=58.25%
G=14.74%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166427700.750.540.35343.0659.6240.78
HexA62A4D04B36231573c29
Octal24652115011366435277451
Binary10100110101010100110101001011110110100011101010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A4D; }

 p { color: rgb(166,42,77); }

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

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

 a { background-color: rgb(166,42,77); }

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

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

 span { border-color: rgb(166,42,77); }

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