Html Css Color HEX #AC2553 Lipstick

📋 copy color: '#AC2553'

red 172 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #AC2553

Tints of Lipstick #AC2553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 58.9%
G = 12.67%
B = 28.42%

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

#AC2553 (or 0xAC2553) is known color: Lipstick. HEX triplet: AC, 25 and 53. RGB value is (172,37,83). Sum of RGB (Red+Green+Blue) = 172+37+83=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2553 is #53DAAC. Grayscale: #525252. Windows color (decimal): -5495469 or 5449132. OLE color: 5449132.

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

Color convert

RGB 172 37 83 -
CMYK 0 0.78 0.52 0.33
HSL 339.56º 0.65% 0.41% -
HSV(B) 339.56º 0.78% 0.67% -
XYZ 19.24 10.72 9.24 -
YUV 82.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 172 37 83 0 0.78 0.52 0.33 339.56 0.65 0.41
Hex AC 25 53 0 4E 34 21 154 41 29
Octal 254 45 123 0 116 64 41 524 101 51
Binary 10101100 100101 1010011 0 1001110 110100 100001 101010100 1000001 101001

Color Harmonies of #AC2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2553

Black with #AC2553

Text Example


Text Example

White with #AC2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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