#A62C5E

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

Shades of Lipstick #A62C5E

Tints of Lipstick #A62C5E

Color information

#A62C5E (or 0xA62C5E) is unknown color: approx Lipstick. HEX triplet: A6, 2C and 5E. RGB value is (166,44,94). Sum of RGB (Red+Green+Blue) = 166+44+94=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C5E is #59D3A1. Grayscale: #565656. Windows color (decimal): -5886882 or 6171814. OLE color: 6171814.

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

Color convert

RGB1664494-
CMYK00.730.430.35
HSL335.41º58.1%41.18%-
HSV(B)335.41º73.49%65.1%-
XYZ18.6510.7211.68-
YUV86.18132.42184.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=54.61%
G=14.47%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166449400.730.430.35335.4158.141.18
HexA62C5E0492B2314f3a29
Octal24654136011153435177251
Binary10100110101100101111001001001101011100011101001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C5E; }

 p { color: rgb(166,44,94); }

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

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

 a { background-color: rgb(166,44,94); }

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

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

 span { border-color: rgb(166,44,94); }

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