#AC2653

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

Shades of Lipstick #AC2653

Tints of Lipstick #AC2653

Color information

#AC2653 (or 0xAC2653) is unknown color: approx Lipstick. HEX triplet: AC, 26 and 53. RGB value is (172,38,83). Sum of RGB (Red+Green+Blue) = 172+38+83=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2653 is #53D9AC. Grayscale: #535353. Windows color (decimal): -5495213 or 5449388. OLE color: 5449388.

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

Color convert

RGB1723883-
CMYK00.780.520.33
HSL339.85º63.81%41.18%-
HSV(B)339.85º77.91%67.45%-
XYZ19.2710.789.25-
YUV83.2127.89191.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=58.70%
G=12.97%
B=28.33%

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
Decimal172388300.780.520.33339.8563.8141.18
HexAC265304E34211544029
Octal254461230116644152410051
Binary101011001001101010011010011101101001000011010101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2653; }

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

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

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

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

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

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

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

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