#A62A4A

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

Shades of Lipstick #A62A4A

Tints of Lipstick #A62A4A

Color information

#A62A4A (or 0xA62A4A) is unknown color: approx Lipstick. HEX triplet: A6, 2A and 4A. RGB value is (166,42,74). Sum of RGB (Red+Green+Blue) = 166+42+74=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A4A is #59D5B5. Grayscale: #525252. Windows color (decimal): -5887414 or 4860582. OLE color: 4860582.

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

Color convert

RGB1664274-
CMYK00.750.550.35
HSL344.52º59.62%40.78%-
HSV(B)344.52º74.7%65.1%-
XYZ17.7910.267.52-
YUV82.72123.08187.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=58.87%
G=14.89%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166427400.750.550.35344.5259.6240.78
HexA62A4A04B37231593c29
Octal24652112011367435317451
Binary10100110101010100101001001011110111100011101011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A4A; }

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

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

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

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

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

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

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

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