Html Css Color HEX #AC2559 Lipstick

📋 copy color: '#AC2559'

red 172 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #AC2559

Tints of Lipstick #AC2559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 57.72%
G = 12.42%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC2559 (or 0xAC2559) is known color: Lipstick. HEX triplet: AC, 25 and 59. RGB value is (172,37,89). Sum of RGB (Red+Green+Blue) = 172+37+89=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2559 is #53DAA6. Grayscale: #535353. Windows color (decimal): -5495463 or 5842348. OLE color: 5842348.

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

Color convert

RGB 172 37 89 -
CMYK 0 0.78 0.48 0.33
HSL 336.89º 0.65% 0.41% -
HSV(B) 336.89º 0.78% 0.67% -
XYZ 19.48 10.82 10.51 -
YUV 83.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 172 37 89 0 0.78 0.48 0.33 336.89 0.65 0.41
Hex AC 25 59 0 4E 30 21 151 41 29
Octal 254 45 131 0 116 60 41 521 101 51
Binary 10101100 100101 1011001 0 1001110 110000 100001 101010001 1000001 101001

Color Harmonies of #AC2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2559

Black with #AC2559

Text Example


Text Example

White with #AC2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2559; }

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

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

background-color css

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

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

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

border-color css

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

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

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