Html Css Color HEX #AC2853 Lipstick

📋 copy color: '#AC2853'

red 172 ◦ green 40 ◦ blue 83

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

Shades of Lipstick #AC2853

Tints of Lipstick #AC2853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 58.31%
G = 13.56%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC2853 (or 0xAC2853) is known color: Lipstick. HEX triplet: AC, 28 and 53. RGB value is (172,40,83). Sum of RGB (Red+Green+Blue) = 172+40+83=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2853 is #53D7AC. Grayscale: #545454. Windows color (decimal): -5494701 or 5449900. OLE color: 5449900.

HSL color Cylindrical-coordinate representation of color #AC2853: hue angle of 340.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2853 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 83 -
CMYK 0 0.77 0.52 0.33
HSL 340.45º 0.62% 0.42% -
HSV(B) 340.45º 0.77% 0.67% -
XYZ 19.33 10.91 9.27 -
YUV 84.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 172 40 83 0 0.77 0.52 0.33 340.45 0.62 0.42
Hex AC 28 53 0 4D 34 21 154 3E 2A
Octal 254 50 123 0 115 64 41 524 76 52
Binary 10101100 101000 1010011 0 1001101 110100 100001 101010100 111110 101010

Color Harmonies of #AC2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2853

Black with #AC2853

Text Example


Text Example

White with #AC2853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2853; }

 p { color: rgb(172,40,83); }

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

background-color css

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

 a { background-color: rgb(172,40,83); }

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

border-color css

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

 span { border-color: rgb(172,40,83); }

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