#AC255B

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

Shades of Lipstick #AC255B

Tints of Lipstick #AC255B

Color information

#AC255B (or 0xAC255B) is unknown color: approx Lipstick. HEX triplet: AC, 25 and 5B. RGB value is (172,37,91). Sum of RGB (Red+Green+Blue) = 172+37+91=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255B is #53DAA4. Grayscale: #535353. Windows color (decimal): -5495461 or 5973420. OLE color: 5973420.

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

Color convert

RGB1723791-
CMYK00.780.470.33
HSL336º64.59%40.98%-
HSV(B)336º78.49%67.45%-
XYZ19.5610.8510.96-
YUV83.52132.23191.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=57.33%
G=12.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172379100.780.470.3333664.5940.98
HexAC255B04E2F211504129
Octal254451330116574152010151
Binary101011001001011011011010011101011111000011010100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC255B; }

 p { color: rgb(172,37,91); }

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

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

 a { background-color: rgb(172,37,91); }

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

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

 span { border-color: rgb(172,37,91); }

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