Html Css Color HEX #AC235C Lipstick

📋 copy color: '#AC235C'

red 172 ◦ green 35 ◦ blue 92

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

Shades of Lipstick #AC235C

Tints of Lipstick #AC235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 57.53%
G = 11.71%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC235C (or 0xAC235C) is known color: Lipstick. HEX triplet: AC, 23 and 5C. RGB value is (172,35,92). Sum of RGB (Red+Green+Blue) = 172+35+92=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC235C is #53DCA3. Grayscale: #525252. Windows color (decimal): -5495972 or 6038444. OLE color: 6038444.

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

Color convert

RGB 172 35 92 -
CMYK 0 0.80 0.47 0.33
HSL 335.04º 0.66% 0.41% -
HSV(B) 335.04º 0.8% 0.67% -
XYZ 19.55 10.75 11.17 -
YUV 82.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 172 35 92 0 0.80 0.47 0.33 335.04 0.66 0.41
Hex AC 23 5C 0 50 2F 21 14F 42 29
Octal 254 43 134 0 120 57 41 517 102 51
Binary 10101100 100011 1011100 0 1010000 101111 100001 101001111 1000010 101001

Color Harmonies of #AC235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC235C

Black with #AC235C

Text Example


Text Example

White with #AC235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC235C; }

 p { color: rgb(172,35,92); }

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

background-color css

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

 a { background-color: rgb(172,35,92); }

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

border-color css

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

 span { border-color: rgb(172,35,92); }

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