Html Css Color HEX #AC2655 Lipstick

📋 copy color: '#AC2655'

red 172 ◦ green 38 ◦ blue 85

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

Shades of Lipstick #AC2655

Tints of Lipstick #AC2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 58.31%
G = 12.88%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC2655 (or 0xAC2655) is known color: Lipstick. HEX triplet: AC, 26 and 55. RGB value is (172,38,85). Sum of RGB (Red+Green+Blue) = 172+38+85=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2655 is #53D9AA. Grayscale: #535353. Windows color (decimal): -5495211 or 5580460. OLE color: 5580460.

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

Color convert

RGB 172 38 85 -
CMYK 0 0.78 0.51 0.33
HSL 338.96º 0.64% 0.41% -
HSV(B) 338.96º 0.78% 0.67% -
XYZ 19.35 10.81 9.66 -
YUV 83.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 172 38 85 0 0.78 0.51 0.33 338.96 0.64 0.41
Hex AC 26 55 0 4E 33 21 153 40 29
Octal 254 46 125 0 116 63 41 523 100 51
Binary 10101100 100110 1010101 0 1001110 110011 100001 101010011 1000000 101001

Color Harmonies of #AC2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2655

Black with #AC2655

Text Example


Text Example

White with #AC2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2655; }

 p { color: rgb(172,38,85); }

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

background-color css

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

 a { background-color: rgb(172,38,85); }

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

border-color css

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

 span { border-color: rgb(172,38,85); }

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