#ac265c

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

Shades of Lipstick #AC265C

Tints of Lipstick #AC265C

Color information

#AC265C (or 0xAC265C) is unknown color: approx Lipstick. HEX triplet: AC, 26 and 5C. RGB value is (172,38,92). Sum of RGB (Red+Green+Blue) = 172+38+92=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265C is #53D9A3. Grayscale: #545454. Windows color (decimal): -5495204 or 6039212. OLE color: 6039212.

HSL color Cylindrical-coordinate representation of color #AC265C: hue angle of 335.82º degrees, saturation: 0.64, 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 #AC265C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1723892-
CMYK00.780.470.33
HSL335.82º63.81%41.18%-
HSV(B)335.82º77.91%67.45%-
XYZ19.6410.9311.2-
YUV84.22132.39190.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=56.95%
G=12.58%
B=30.46%

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
Decimal172389200.780.470.33335.8263.8141.18
HexAC265C04E2F211504029
Octal254461340116574152010051
Binary101011001001101011100010011101011111000011010100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac265c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac265c; }

 p { color: rgb(172,38,92); }

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

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

 a { background-color: rgb(172,38,92); }

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

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

 span { border-color: rgb(172,38,92); }

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