Html Css Color HEX #AC275C Lipstick

📋 copy color: '#AC275C'

red 172 ◦ green 39 ◦ blue 92

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

Shades of Lipstick #AC275C

Tints of Lipstick #AC275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 56.77%
G = 12.87%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC275C (or 0xAC275C) is known color: Lipstick. HEX triplet: AC, 27 and 5C. RGB value is (172,39,92). Sum of RGB (Red+Green+Blue) = 172+39+92=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC275C is #53D8A3. Grayscale: #545454. Windows color (decimal): -5494948 or 6039468. OLE color: 6039468.

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

Color convert

RGB 172 39 92 -
CMYK 0 0.77 0.47 0.33
HSL 336.09º 0.63% 0.41% -
HSV(B) 336.09º 0.77% 0.67% -
XYZ 19.67 10.99 11.21 -
YUV 84.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 172 39 92 0 0.77 0.47 0.33 336.09 0.63 0.41
Hex AC 27 5C 0 4D 2F 21 150 3F 29
Octal 254 47 134 0 115 57 41 520 77 51
Binary 10101100 100111 1011100 0 1001101 101111 100001 101010000 111111 101001

Color Harmonies of #AC275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC275C

Black with #AC275C

Text Example


Text Example

White with #AC275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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