Html Css Color HEX #AC2557 Lipstick

📋 copy color: '#AC2557'

red 172 ◦ green 37 ◦ blue 87

#AC2557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AC2557

Tints of Lipstick #AC2557

RGB

 RED value IS 172 (67.58% from 255) = 58.11%

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 58.11%
G = 12.5%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC2557 (or 0xAC2557) is known color: Lipstick. HEX triplet: AC, 25 and 57. RGB value is (172,37,87). Sum of RGB (Red+Green+Blue) = 172+37+87=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2557 is #53DAA8. Grayscale: #535353. Windows color (decimal): -5495465 or 5711276. OLE color: 5711276.

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

Color convert

RGB 172 37 87 -
CMYK 0 0.78 0.49 0.33
HSL 337.78º 0.65% 0.41% -
HSV(B) 337.78º 0.78% 0.67% -
XYZ 19.4 10.78 10.08 -
YUV 83.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 172 37 87 0 0.78 0.49 0.33 337.78 0.65 0.41
Hex AC 25 57 0 4E 31 21 152 41 29
Octal 254 45 127 0 116 61 41 522 101 51
Binary 10101100 100101 1010111 0 1001110 110001 100001 101010010 1000001 101001

Color Harmonies of #AC2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2557

Black with #AC2557

Text Example


Text Example

White with #AC2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2557; }

 p { color: rgb(172,37,87); }

 H1.HeaderClassName
 {
   color: #AC2557;
 }
 .AnyTagClassName
 {
   color: #AC2557;
 }
</style>

background-color css

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

 a { background-color: rgb(172,37,87); }

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

border-color css

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

 span { border-color: rgb(172,37,87); }

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