Html Css Color HEX #AC265C Lipstick

📋 copy color: '#AC265C'

red 172 ◦ green 38 ◦ blue 92

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

Shades of Lipstick #AC265C

Tints of Lipstick #AC265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 56.95%
G = 12.58%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC265C (or 0xAC265C) is known color: Lipstick. HEX triplet: AC, 26 and 5C. RGB value is (172,38,92). Sum of RGB (Red+Green+Blue) = 172+38+92=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265C is #53D9A3. Grayscale: #545454. Windows color (decimal): -5495204 or 6039212. OLE color: 6039212.

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

Color convert

RGB 172 38 92 -
CMYK 0 0.78 0.47 0.33
HSL 335.82º 0.64% 0.41% -
HSV(B) 335.82º 0.78% 0.67% -
XYZ 19.64 10.93 11.2 -
YUV 84.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 172 38 92 0 0.78 0.47 0.33 335.82 0.64 0.41
Hex AC 26 5C 0 4E 2F 21 150 40 29
Octal 254 46 134 0 116 57 41 520 100 51
Binary 10101100 100110 1011100 0 1001110 101111 100001 101010000 1000000 101001

Color Harmonies of #AC265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC265C

Black with #AC265C

Text Example


Text Example

White with #AC265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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