#A62C61

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

Shades of Lipstick #A62C61

Tints of Lipstick #A62C61

Color information

#A62C61 (or 0xA62C61) is unknown color: approx Lipstick. HEX triplet: A6, 2C and 61. RGB value is (166,44,97). Sum of RGB (Red+Green+Blue) = 166+44+97=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C61 is #59D39E. Grayscale: #565656. Windows color (decimal): -5886879 or 6368422. OLE color: 6368422.

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

Color convert

RGB1664497-
CMYK00.730.420.35
HSL333.93º58.1%41.18%-
HSV(B)333.93º73.49%65.1%-
XYZ18.7810.7712.4-
YUV86.52133.92184.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=54.07%
G=14.33%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166449700.730.420.35333.9358.141.18
HexA62C610492A2314e3a29
Octal24654141011152435167251
Binary10100110101100110000101001001101010100011101001110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C61; }

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

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

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

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

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

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

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

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