Html Css Color HEX #AC2859 Lipstick

📋 copy color: '#AC2859'

red 172 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #AC2859

Tints of Lipstick #AC2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 57.14%
G = 13.29%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC2859 (or 0xAC2859) is known color: Lipstick. HEX triplet: AC, 28 and 59. RGB value is (172,40,89). Sum of RGB (Red+Green+Blue) = 172+40+89=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2859 is #53D7A6. Grayscale: #545454. Windows color (decimal): -5494695 or 5843116. OLE color: 5843116.

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

Color convert

RGB 172 40 89 -
CMYK 0 0.77 0.48 0.33
HSL 337.73º 0.62% 0.42% -
HSV(B) 337.73º 0.77% 0.67% -
XYZ 19.58 11.01 10.54 -
YUV 85.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 172 40 89 0 0.77 0.48 0.33 337.73 0.62 0.42
Hex AC 28 59 0 4D 30 21 152 3E 2A
Octal 254 50 131 0 115 60 41 522 76 52
Binary 10101100 101000 1011001 0 1001101 110000 100001 101010010 111110 101010

Color Harmonies of #AC2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2859

Black with #AC2859

Text Example


Text Example

White with #AC2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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