#A62760

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

Shades of Lipstick #A62760

Tints of Lipstick #A62760

Color information

#A62760 (or 0xA62760) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 60. RGB value is (166,39,96). Sum of RGB (Red+Green+Blue) = 166+39+96=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62760 is #59D89F. Grayscale: #535353. Windows color (decimal): -5888160 or 6301606. OLE color: 6301606.

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

Color convert

RGB1663996-
CMYK00.770.420.35
HSL333.07º61.95%40.2%-
HSV(B)333.07º76.51%65.1%-
XYZ18.5610.412.1-
YUV83.47135.08186.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=55.15%
G=12.96%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166399600.770.420.35333.0761.9540.2
HexA6276004D2A2314d3e28
Octal24647140011552435157650
Binary10100110100111110000001001101101010100011101001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62760; }

 p { color: rgb(166,39,96); }

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

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

 a { background-color: rgb(166,39,96); }

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

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

 span { border-color: rgb(166,39,96); }

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