#A72765

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

Shades of Lipstick #A72765

Tints of Lipstick #A72765

Color information

#A72765 (or 0xA72765) is unknown color: approx Lipstick. HEX triplet: A7, 27 and 65. RGB value is (167,39,101). Sum of RGB (Red+Green+Blue) = 167+39+101=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A72765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72765 is #58D89A. Grayscale: #545454. Windows color (decimal): -5822619 or 6629287. OLE color: 6629287.

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

Color convert

RGB16739101-
CMYK00.770.400.35
HSL330.94º62.14%40.39%-
HSV(B)330.94º76.65%65.49%-
XYZ19.0110.6113.36-
YUV84.34137.41186.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=54.40%
G=12.70%
B=32.90%

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
Decimal1673910100.770.400.35330.9462.1440.39
HexA7276504D282314b3e28
Octal24747145011550435137650
Binary10100111100111110010101001101101000100011101001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72765; }

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

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

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

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

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

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

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

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