#AC295A

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

Shades of Lipstick #AC295A

Tints of Lipstick #AC295A

Color information

#AC295A (or 0xAC295A) is unknown color: approx Lipstick. HEX triplet: AC, 29 and 5A. RGB value is (172,41,90). Sum of RGB (Red+Green+Blue) = 172+41+90=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295A is #53D6A5. Grayscale: #555555. Windows color (decimal): -5494438 or 5908908. OLE color: 5908908.

HSL color Cylindrical-coordinate representation of color #AC295A: hue angle of 337.56º 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 #AC295A is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1724190-
CMYK00.760.480.33
HSL337.56º61.5%41.76%-
HSV(B)337.56º76.16%67.45%-
XYZ19.6511.0910.78-
YUV85.76130.4189.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=56.77%
G=13.53%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172419000.760.480.33337.5661.541.76
HexAC295A04C30211523e2a
Octal25451132011460415227652
Binary10101100101001101101001001100110000100001101010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC295A; }

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

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

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

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

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

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

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

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