Html Css Color HEX #AC4E5C Hippie Pink

📋 copy color: '#AC4E5C'

red 172 ◦ green 78 ◦ blue 92

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

Shades of Hippie Pink #AC4E5C

Tints of Hippie Pink #AC4E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

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

R = 50.29%
G = 22.81%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC4E5C (or 0xAC4E5C) is known color: Hippie Pink. HEX triplet: AC, 4E and 5C. RGB value is (172,78,92). Sum of RGB (Red+Green+Blue) = 172+78+92=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E5C is #53B1A3. Grayscale: #6B6B6B. Windows color (decimal): -5484964 or 6049452. OLE color: 6049452.

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

Color convert

RGB 172 78 92 -
CMYK 0 0.55 0.47 0.33
HSL 351.06º 0.38% 0.49% -
HSV(B) 351.06º 0.55% 0.67% -
XYZ 21.67 14.99 11.88 -
YUV 107.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 172 78 92 0 0.55 0.47 0.33 351.06 0.38 0.49
Hex AC 4E 5C 0 37 2F 21 15F 26 31
Octal 254 116 134 0 67 57 41 537 46 61
Binary 10101100 1001110 1011100 0 110111 101111 100001 101011111 100110 110001

Color Harmonies of #AC4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E5C

Black with #AC4E5C

Text Example


Text Example

White with #AC4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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