Html Css Color HEX #AC2552 Lipstick

📋 copy color: '#AC2552'

red 172 ◦ green 37 ◦ blue 82

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

Shades of Lipstick #AC2552

Tints of Lipstick #AC2552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 59.11%
G = 12.71%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC2552 (or 0xAC2552) is known color: Lipstick. HEX triplet: AC, 25 and 52. RGB value is (172,37,82). Sum of RGB (Red+Green+Blue) = 172+37+82=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2552 is #53DAAD. Grayscale: #525252. Windows color (decimal): -5495470 or 5383596. OLE color: 5383596.

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

Color convert

RGB 172 37 82 -
CMYK 0 0.78 0.52 0.33
HSL 340º 0.65% 0.41% -
HSV(B) 340º 0.78% 0.67% -
XYZ 19.2 10.7 9.04 -
YUV 82.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 172 37 82 0 0.78 0.52 0.33 340 0.65 0.41
Hex AC 25 52 0 4E 34 21 154 41 29
Octal 254 45 122 0 116 64 41 524 101 51
Binary 10101100 100101 1010010 0 1001110 110100 100001 101010100 1000001 101001

Color Harmonies of #AC2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2552

Black with #AC2552

Text Example


Text Example

White with #AC2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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