#A62A58

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

Shades of Lipstick #A62A58

Tints of Lipstick #A62A58

Color information

#A62A58 (or 0xA62A58) is unknown color: approx Lipstick. HEX triplet: A6, 2A and 58. RGB value is (166,42,88). Sum of RGB (Red+Green+Blue) = 166+42+88=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A58 is #59D5A7. Grayscale: #545454. Windows color (decimal): -5887400 or 5778086. OLE color: 5778086.

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

Color convert

RGB1664288-
CMYK00.750.470.35
HSL337.74º59.62%40.78%-
HSV(B)337.74º74.7%65.1%-
XYZ18.3210.4710.29-
YUV84.32130.08186.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=56.08%
G=14.19%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166428800.750.470.35337.7459.6240.78
HexA62A5804B2F231523c29
Octal24652130011357435227451
Binary10100110101010101100001001011101111100011101010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A58; }

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

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

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

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

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

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

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

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