Html Css Color HEX #AC245B Lipstick

📋 copy color: '#AC245B'

red 172 ◦ green 36 ◦ blue 91

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

Shades of Lipstick #AC245B

Tints of Lipstick #AC245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 57.53%
G = 12.04%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC245B (or 0xAC245B) is known color: Lipstick. HEX triplet: AC, 24 and 5B. RGB value is (172,36,91). Sum of RGB (Red+Green+Blue) = 172+36+91=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC245B is #53DBA4. Grayscale: #525252. Windows color (decimal): -5495717 or 5973164. OLE color: 5973164.

HSL color Cylindrical-coordinate representation of color #AC245B: hue angle of 335.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC245B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 91 -
CMYK 0 0.79 0.47 0.33
HSL 335.74º 0.65% 0.41% -
HSV(B) 335.74º 0.79% 0.67% -
XYZ 19.53 10.79 10.95 -
YUV 82.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 172 36 91 0 0.79 0.47 0.33 335.74 0.65 0.41
Hex AC 24 5B 0 4F 2F 21 150 41 29
Octal 254 44 133 0 117 57 41 520 101 51
Binary 10101100 100100 1011011 0 1001111 101111 100001 101010000 1000001 101001

Color Harmonies of #AC245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC245B

Black with #AC245B

Text Example


Text Example

White with #AC245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC245B; }

 p { color: rgb(172,36,91); }

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

background-color css

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

 a { background-color: rgb(172,36,91); }

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

border-color css

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

 span { border-color: rgb(172,36,91); }

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