#A62A50

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

Shades of Lipstick #A62A50

Tints of Lipstick #A62A50

Color information

#A62A50 (or 0xA62A50) is unknown color: approx Lipstick. HEX triplet: A6, 2A and 50. RGB value is (166,42,80). Sum of RGB (Red+Green+Blue) = 166+42+80=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A50 is #59D5AF. Grayscale: #535353. Windows color (decimal): -5887408 or 5253798. OLE color: 5253798.

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

Color convert

RGB1664280-
CMYK00.750.520.35
HSL341.61º59.62%40.78%-
HSV(B)341.61º74.7%65.1%-
XYZ1810.348.64-
YUV83.41126.08186.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 42 (16.80% from 255) = 14.58%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=57.64%
G=14.58%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166428000.750.520.35341.6159.6240.78
HexA62A5004B34231563c29
Octal24652120011364435267451
Binary10100110101010101000001001011110100100011101010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A50; }

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

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

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

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

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

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

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

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