#AC4E5C

Color #AC4E5C Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AC4E5C

Tints of Hippie Pink #AC4E5C

Color information

#AC4E5C (or 0xAC4E5C) is unknown color: approx 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

RGB1727892-
CMYK00.550.470.33
HSL351.06º37.6%49.02%-
HSV(B)351.06º54.65%67.45%-
XYZ21.6714.9911.88-
YUV107.7119.14173.86-

RGB Variations

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

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.90%
R=50.29%
G=22.81%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172789200.550.470.33351.0637.649.02
HexAC4E5C0372F2115f2631
Octal25411613406757415374661
Binary10101100100111010111000110111101111100001101011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>