#AC2954

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

Shades of Lipstick #AC2954

Tints of Lipstick #AC2954

Color information

#AC2954 (or 0xAC2954) is unknown color: approx Lipstick. HEX triplet: AC, 29 and 54. RGB value is (172,41,84). Sum of RGB (Red+Green+Blue) = 172+41+84=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2954 is #53D6AB. Grayscale: #555555. Windows color (decimal): -5494444 or 5515692. OLE color: 5515692.

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

Color convert

RGB1724184-
CMYK00.760.510.33
HSL340.31º61.5%41.76%-
HSV(B)340.31º76.16%67.45%-
XYZ19.41119.49-
YUV85.07127.4190-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=57.91%
G=13.80%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172418400.760.510.33340.3161.541.76
HexAC295404C33211543e2a
Octal25451124011463415247652
Binary10101100101001101010001001100110011100001101010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2954; }

 p { color: rgb(172,41,84); }

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

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

 a { background-color: rgb(172,41,84); }

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

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

 span { border-color: rgb(172,41,84); }

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