#AC2760

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

Shades of Lipstick #AC2760

Tints of Lipstick #AC2760

Color information

#AC2760 (or 0xAC2760) is unknown color: approx Lipstick. HEX triplet: AC, 27 and 60. RGB value is (172,39,96). Sum of RGB (Red+Green+Blue) = 172+39+96=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2760 is #53D89F. Grayscale: #555555. Windows color (decimal): -5494944 or 6301612. OLE color: 6301612.

HSL color Cylindrical-coordinate representation of color #AC2760: hue angle of 334.29º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2760 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1723996-
CMYK00.770.440.33
HSL334.29º63.03%41.37%-
HSV(B)334.29º77.33%67.45%-
XYZ19.8511.0712.16-
YUV85.26134.06189.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=56.03%
G=12.70%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172399600.770.440.33334.2963.0341.37
HexAC276004D2C2114e3f29
Octal25447140011554415167751
Binary10101100100111110000001001101101100100001101001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2760; }

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

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

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

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

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

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

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

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