Html Css Color HEX #AC2858 Lipstick

📋 copy color: '#AC2858'

red 172 ◦ green 40 ◦ blue 88

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

Shades of Lipstick #AC2858

Tints of Lipstick #AC2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 57.33%
G = 13.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC2858 (or 0xAC2858) is known color: Lipstick. HEX triplet: AC, 28 and 58. RGB value is (172,40,88). Sum of RGB (Red+Green+Blue) = 172+40+88=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2858 is #53D7A7. Grayscale: #545454. Windows color (decimal): -5494696 or 5777580. OLE color: 5777580.

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

Color convert

RGB 172 40 88 -
CMYK 0 0.77 0.49 0.33
HSL 338.18º 0.62% 0.42% -
HSV(B) 338.18º 0.77% 0.67% -
XYZ 19.53 10.99 10.32 -
YUV 84.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 172 40 88 0 0.77 0.49 0.33 338.18 0.62 0.42
Hex AC 28 58 0 4D 31 21 152 3E 2A
Octal 254 50 130 0 115 61 41 522 76 52
Binary 10101100 101000 1011000 0 1001101 110001 100001 101010010 111110 101010

Color Harmonies of #AC2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2858

Black with #AC2858

Text Example


Text Example

White with #AC2858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2858; }

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

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

background-color css

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

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

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

border-color css

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

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

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