#A62C5A

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

Shades of Lipstick #A62C5A

Tints of Lipstick #A62C5A

Color information

#A62C5A (or 0xA62C5A) is unknown color: approx Lipstick. HEX triplet: A6, 2C and 5A. RGB value is (166,44,90). Sum of RGB (Red+Green+Blue) = 166+44+90=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C5A is #59D3A5. Grayscale: #555555. Windows color (decimal): -5886886 or 5909670. OLE color: 5909670.

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

Color convert

RGB1664490-
CMYK00.730.460.35
HSL337.38º58.1%41.18%-
HSV(B)337.38º73.49%65.1%-
XYZ18.4710.6510.75-
YUV85.72130.42185.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=55.33%
G=14.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166449000.730.460.35337.3858.141.18
HexA62C5A0492E231513a29
Octal24654132011156435217251
Binary10100110101100101101001001001101110100011101010001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C5A; }

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

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

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

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

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

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

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

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