#A72663

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

Shades of Lipstick #A72663

Tints of Lipstick #A72663

Color information

#A72663 (or 0xA72663) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 63. RGB value is (167,38,99). Sum of RGB (Red+Green+Blue) = 167+38+99=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A72663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72663 is #58D99C. Grayscale: #535353. Windows color (decimal): -5822877 or 6497959. OLE color: 6497959.

HSL color Cylindrical-coordinate representation of color #A72663: hue angle of 331.63º degrees, saturation: 0.63, 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 #A72663 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1673899-
CMYK00.770.410.35
HSL331.63º62.93%40.2%-
HSV(B)331.63º77.25%65.49%-
XYZ18.8810.512.84-
YUV83.52136.74187.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=54.93%
G=12.5%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167389900.770.410.35331.6362.9340.2
HexA7266304D292314c3f28
Octal24746143011551435147750
Binary10100111100110110001101001101101001100011101001100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72663; }

 p { color: rgb(167,38,99); }

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

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

 a { background-color: rgb(167,38,99); }

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

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

 span { border-color: rgb(167,38,99); }

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