Html Css Color HEX #AC245D Lipstick

📋 copy color: '#AC245D'

red 172 ◦ green 36 ◦ blue 93

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

Shades of Lipstick #AC245D

Tints of Lipstick #AC245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 57.14%
G = 11.96%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC245D (or 0xAC245D) is known color: Lipstick. HEX triplet: AC, 24 and 5D. RGB value is (172,36,93). Sum of RGB (Red+Green+Blue) = 172+36+93=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC245D is #53DBA2. Grayscale: #535353. Windows color (decimal): -5495715 or 6104236. OLE color: 6104236.

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

Color convert

RGB 172 36 93 -
CMYK 0 0.79 0.46 0.33
HSL 334.85º 0.65% 0.41% -
HSV(B) 334.85º 0.79% 0.67% -
XYZ 19.62 10.82 11.41 -
YUV 83.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 172 36 93 0 0.79 0.46 0.33 334.85 0.65 0.41
Hex AC 24 5D 0 4F 2E 21 14F 41 29
Octal 254 44 135 0 117 56 41 517 101 51
Binary 10101100 100100 1011101 0 1001111 101110 100001 101001111 1000001 101001

Color Harmonies of #AC245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC245D

Black with #AC245D

Text Example


Text Example

White with #AC245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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