Html Css Color HEX #AC2053 Lipstick

📋 copy color: '#AC2053'

red 172 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #AC2053

Tints of Lipstick #AC2053

RGB

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

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

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

R = 59.93%
G = 11.15%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC2053 (or 0xAC2053) is known color: Lipstick. HEX triplet: AC, 20 and 53. RGB value is (172,32,83). Sum of RGB (Red+Green+Blue) = 172+32+83=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2053 is #53DFAC. Grayscale: #4F4F4F. Windows color (decimal): -5496749 or 5447852. OLE color: 5447852.

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

Color convert

RGB 172 32 83 -
CMYK 0 0.81 0.52 0.33
HSL 338.14º 0.69% 0.4% -
HSV(B) 338.14º 0.81% 0.67% -
XYZ 19.09 10.43 9.19 -
YUV 79.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 172 32 83 0 0.81 0.52 0.33 338.14 0.69 0.4
Hex AC 20 53 0 51 34 21 152 45 28
Octal 254 40 123 0 121 64 41 522 105 50
Binary 10101100 100000 1010011 0 1010001 110100 100001 101010010 1000101 101000

Color Harmonies of #AC2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2053

Black with #AC2053

Text Example


Text Example

White with #AC2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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