#A72764

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

Shades of Lipstick #A72764

Tints of Lipstick #A72764

Color information

#A72764 (or 0xA72764) is unknown color: approx Lipstick. HEX triplet: A7, 27 and 64. RGB value is (167,39,100). Sum of RGB (Red+Green+Blue) = 167+39+100=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A72764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72764 is #58D89B. Grayscale: #545454. Windows color (decimal): -5822620 or 6563751. OLE color: 6563751.

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

Color convert

RGB16739100-
CMYK00.770.400.35
HSL331.41º62.14%40.39%-
HSV(B)331.41º76.65%65.49%-
XYZ18.9610.5913.1-
YUV84.23136.91187.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=54.58%
G=12.75%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673910000.770.400.35331.4162.1440.39
HexA7276404D282314b3e28
Octal24747144011550435137650
Binary10100111100111110010001001101101000100011101001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72764; }

 p { color: rgb(167,39,100); }

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

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

 a { background-color: rgb(167,39,100); }

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

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

 span { border-color: rgb(167,39,100); }

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