Html Css Color HEX #AC2460 Lipstick

📋 copy color: '#AC2460'

red 172 ◦ green 36 ◦ blue 96

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

Shades of Lipstick #AC2460

Tints of Lipstick #AC2460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 56.58%
G = 11.84%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2460 (or 0xAC2460) is known color: Lipstick. HEX triplet: AC, 24 and 60. RGB value is (172,36,96). Sum of RGB (Red+Green+Blue) = 172+36+96=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2460 is #53DB9F. Grayscale: #535353. Windows color (decimal): -5495712 or 6300844. OLE color: 6300844.

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

Color convert

RGB 172 36 96 -
CMYK 0 0.79 0.44 0.33
HSL 333.53º 0.65% 0.41% -
HSV(B) 333.53º 0.79% 0.67% -
XYZ 19.76 10.88 12.12 -
YUV 83.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 172 36 96 0 0.79 0.44 0.33 333.53 0.65 0.41
Hex AC 24 60 0 4F 2C 21 14E 41 29
Octal 254 44 140 0 117 54 41 516 101 51
Binary 10101100 100100 1100000 0 1001111 101100 100001 101001110 1000001 101001

Color Harmonies of #AC2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2460

Black with #AC2460

Text Example


Text Example

White with #AC2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2460; }

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

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

background-color css

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

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

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

border-color css

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

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

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