Html Css Color HEX #AC2957 Lipstick

📋 copy color: '#AC2957'

red 172 ◦ green 41 ◦ blue 87

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

Shades of Lipstick #AC2957

Tints of Lipstick #AC2957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 57.33%
G = 13.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC2957 (or 0xAC2957) is known color: Lipstick. HEX triplet: AC, 29 and 57. RGB value is (172,41,87). Sum of RGB (Red+Green+Blue) = 172+41+87=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2957 is #53D6A8. Grayscale: #555555. Windows color (decimal): -5494441 or 5712300. OLE color: 5712300.

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

Color convert

RGB 172 41 87 -
CMYK 0 0.76 0.49 0.33
HSL 338.93º 0.62% 0.42% -
HSV(B) 338.93º 0.76% 0.67% -
XYZ 19.53 11.04 10.12 -
YUV 85.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 172 41 87 0 0.76 0.49 0.33 338.93 0.62 0.42
Hex AC 29 57 0 4C 31 21 153 3E 2A
Octal 254 51 127 0 114 61 41 523 76 52
Binary 10101100 101001 1010111 0 1001100 110001 100001 101010011 111110 101010

Color Harmonies of #AC2957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2957

Black with #AC2957

Text Example


Text Example

White with #AC2957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2957; }

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

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

background-color css

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

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

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

border-color css

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

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

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