#AC2856

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

Shades of Lipstick #AC2856

Tints of Lipstick #AC2856

Color information

#AC2856 (or 0xAC2856) is unknown color: approx Lipstick. HEX triplet: AC, 28 and 56. RGB value is (172,40,86). Sum of RGB (Red+Green+Blue) = 172+40+86=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2856 is #53D7A9. Grayscale: #545454. Windows color (decimal): -5494698 or 5646508. OLE color: 5646508.

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

Color convert

RGB1724086-
CMYK00.770.50.33
HSL339.09º62.26%41.57%-
HSV(B)339.09º76.74%67.45%-
XYZ19.4510.969.89-
YUV84.71128.73190.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=57.72%
G=13.42%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172408600.770.50.33339.0962.2641.57
HexAC285604D32211533e2a
Octal25450126011562415237652
Binary10101100101000101011001001101110010100001101010011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2856; }

 p { color: rgb(172,40,86); }

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

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

 a { background-color: rgb(172,40,86); }

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

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

 span { border-color: rgb(172,40,86); }

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