#AC2652

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

Shades of Lipstick #AC2652

Tints of Lipstick #AC2652

Color information

#AC2652 (or 0xAC2652) is unknown color: approx Lipstick. HEX triplet: AC, 26 and 52. RGB value is (172,38,82). Sum of RGB (Red+Green+Blue) = 172+38+82=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2652 is #53D9AD. Grayscale: #535353. Windows color (decimal): -5495214 or 5383852. OLE color: 5383852.

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

Color convert

RGB1723882-
CMYK00.780.520.33
HSL340.3º63.81%41.18%-
HSV(B)340.3º77.91%67.45%-
XYZ19.2310.779.05-
YUV83.08127.39191.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.90%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=58.90%
G=13.01%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172388200.780.520.33340.363.8141.18
HexAC265204E34211544029
Octal254461220116644152410051
Binary101011001001101010010010011101101001000011010101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2652; }

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

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

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

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

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

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

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

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