#AC295E

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

Shades of Lipstick #AC295E

Tints of Lipstick #AC295E

Color information

#AC295E (or 0xAC295E) is unknown color: approx Lipstick. HEX triplet: AC, 29 and 5E. RGB value is (172,41,94). Sum of RGB (Red+Green+Blue) = 172+41+94=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295E is #53D6A1. Grayscale: #565656. Windows color (decimal): -5494434 or 6171052. OLE color: 6171052.

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

Color convert

RGB1724194-
CMYK00.760.450.33
HSL335.73º61.5%41.76%-
HSV(B)335.73º76.16%67.45%-
XYZ19.8311.1611.7-
YUV86.21132.4189.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=56.03%
G=13.36%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172419400.760.450.33335.7361.541.76
HexAC295E04C2D211503e2a
Octal25451136011455415207652
Binary10101100101001101111001001100101101100001101010000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC295E; }

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

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

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

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

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

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

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

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