Html Css Color HEX #AC2459 Lipstick

📋 copy color: '#AC2459'

red 172 ◦ green 36 ◦ blue 89

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

Shades of Lipstick #AC2459

Tints of Lipstick #AC2459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 57.91%
G = 12.12%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC2459 (or 0xAC2459) is known color: Lipstick. HEX triplet: AC, 24 and 59. RGB value is (172,36,89). Sum of RGB (Red+Green+Blue) = 172+36+89=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2459 is #53DBA6. Grayscale: #525252. Windows color (decimal): -5495719 or 5842092. OLE color: 5842092.

HSL color Cylindrical-coordinate representation of color #AC2459: hue angle of 336.62º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2459 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 89 -
CMYK 0 0.79 0.48 0.33
HSL 336.62º 0.65% 0.41% -
HSV(B) 336.62º 0.79% 0.67% -
XYZ 19.45 10.75 10.5 -
YUV 82.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 172 36 89 0 0.79 0.48 0.33 336.62 0.65 0.41
Hex AC 24 59 0 4F 30 21 151 41 29
Octal 254 44 131 0 117 60 41 521 101 51
Binary 10101100 100100 1011001 0 1001111 110000 100001 101010001 1000001 101001

Color Harmonies of #AC2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2459

Black with #AC2459

Text Example


Text Example

White with #AC2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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