#A62F57

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

Shades of Lipstick #A62F57

Tints of Lipstick #A62F57

Color information

#A62F57 (or 0xA62F57) is unknown color: approx Lipstick. HEX triplet: A6, 2F and 57. RGB value is (166,47,87). Sum of RGB (Red+Green+Blue) = 166+47+87=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F57 is #59D0A8. Grayscale: #575757. Windows color (decimal): -5886121 or 5713830. OLE color: 5713830.

HSL color Cylindrical-coordinate representation of color #A62F57: hue angle of 339.83º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F57 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1664787-
CMYK00.720.480.35
HSL339.83º55.87%41.76%-
HSV(B)339.83º71.69%65.1%-
XYZ18.4610.8310.13-
YUV87.14127.92184.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 47 (18.75% from 255) = 15.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=55.33%
G=15.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166478700.720.480.35339.8355.8741.76
HexA62F570483023154382a
Octal24657127011060435247052
Binary10100110101111101011101001000110000100011101010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F57; }

 p { color: rgb(166,47,87); }

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

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

 a { background-color: rgb(166,47,87); }

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

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

 span { border-color: rgb(166,47,87); }

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