#AC4F5C

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

Shades of Hippie Pink #AC4F5C

Tints of Hippie Pink #AC4F5C

Color information

#AC4F5C (or 0xAC4F5C) is unknown color: approx Hippie Pink. HEX triplet: AC, 4F and 5C. RGB value is (172,79,92). Sum of RGB (Red+Green+Blue) = 172+79+92=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F5C is #53B0A3. Grayscale: #6C6C6C. Windows color (decimal): -5484708 or 6049708. OLE color: 6049708.

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

Color convert

RGB1727992-
CMYK00.540.470.33
HSL351.61º37.05%49.22%-
HSV(B)351.61º54.07%67.45%-
XYZ21.7415.1411.9-
YUV108.29118.81173.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=50.15%
G=23.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172799200.540.470.33351.6137.0549.22
HexAC4F5C0362F211602531
Octal25411713406657415404561
Binary10101100100111110111000110110101111100001101100000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F5C; }

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

 H1.HeaderClassName
 {
   color: #AC4F5C;
 }
 .AnyTagClassName
 {
   color: #AC4F5C;
 }
</style>
background-color css

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

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

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

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

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

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