Html Css Color HEX #AC2057 Lipstick

📋 copy color: '#AC2057'

red 172 ◦ green 32 ◦ blue 87

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

Shades of Lipstick #AC2057

Tints of Lipstick #AC2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 59.11%
G = 11%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC2057 (or 0xAC2057) is known color: Lipstick. HEX triplet: AC, 20 and 57. RGB value is (172,32,87). Sum of RGB (Red+Green+Blue) = 172+32+87=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2057 is #53DFA8. Grayscale: #505050. Windows color (decimal): -5496745 or 5709996. OLE color: 5709996.

HSL color Cylindrical-coordinate representation of color #AC2057: hue angle of 336.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2057 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 87 -
CMYK 0 0.81 0.49 0.33
HSL 336.43º 0.69% 0.4% -
HSV(B) 336.43º 0.81% 0.67% -
XYZ 19.25 10.49 10.03 -
YUV 80.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 172 32 87 0 0.81 0.49 0.33 336.43 0.69 0.4
Hex AC 20 57 0 51 31 21 150 45 28
Octal 254 40 127 0 121 61 41 520 105 50
Binary 10101100 100000 1010111 0 1010001 110001 100001 101010000 1000101 101000

Color Harmonies of #AC2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2057

Black with #AC2057

Text Example


Text Example

White with #AC2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2057; }

 p { color: rgb(172,32,87); }

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

background-color css

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

 a { background-color: rgb(172,32,87); }

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

border-color css

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

 span { border-color: rgb(172,32,87); }

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